Replies: 2 comments 6 replies
-
Hey, yes by setting this variable to false for example |
Beta Was this translation helpful? Give feedback.
6 replies
-
For the stacktrace hex it’s because we sanitise non printable characters by default to hex you can disable this behaviour by setting for example an empty callback here quill/include/quill/backend/BackendOptions.h Line 217 in fb80e40 e.g https://quillcpp.readthedocs.io/en/latest/backend_options.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm nearly finished with upgrading to quill 9 (from 3) and I can't get my logs to look like they used to. When I have a multiline message, every line is getting a header. For instance, I'm trying to write a json message through the standard logger I log everything else to. This is for a log shipper that reads json from cout, but I'm getting
That used to be showing as
which makes my life much easier
Similarly, I use a library that prints source code on exceptions. This used to be nicely formatted with colors, but now I'm getting
The stacktraces in particular are very difficult to read. Is there any way to shut this behavior off?
Beta Was this translation helpful? Give feedback.
All reactions