Replies: 1 comment 2 replies
-
Hey, yes you have to pass your own BackendOptions when you call start(). To change internal logging you can override this callback quill/include/quill/backend/BackendOptions.h Line 161 in 69453f7 BackendOptions backend_options;
backend_options.error_notifier = …
Backend::start(backend_options); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't find in documentation a way to disable (change log level) of quill internal logging. The lines like this:
06:47:56 Quill INFO: Allocated a new SPSC queue with a capacity of 512 KiB (previously 256 KiB) from thread 3521588
Is there any way to do so?
Beta Was this translation helpful? Give feedback.
All reactions