RawRabbit
RawRabbit copied to clipboard
How to change the granularity of logging?
I need to change the default log level from info to warning (only errors and warning are logged)
Hi @vhfm33 - thanks for reaching out. RawRabbit uses LibLog for logging, so it depends on your underlying logger framework. Usually, you can add namespaced "filters" or sub-loggers to achieve this. All RawRabbit logging is logged from the RawRabbit namespace. Hope this help