JSON: improve error reporting
Currently, we list the entire object in error messages. But for large objects (e.g. an IAllocator message), this makes the output unreadable, as the elements are containers themselves. To simplify the reporting, we only list the keys, as this is more relevent than the values. Signed-off-by:Iustin Pop <iustin@google.com> Reviewed-by:
Balazs Lecz <leczb@google.com>
Please register or sign in to comment