[Lldb-commits] [PATCH] D107079: [lldb] Change the log format to JSON instead of plain text

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 29 08:06:34 PDT 2021


teemperor added a comment.

Actually forgot this one: Having the ability to log the current channel in each message is also planned. This originally came up when I kept telling people to do 'log enable lldb all' and people were tired of filtering through the very verbose logs (and Jim suggested that something more structured than plaintext would be nice to have). With the added channels in each message we could just do the filtering on our side and tell people to just enable every channel in every category.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107079/new/

https://reviews.llvm.org/D107079



More information about the lldb-commits mailing list