RawRabbit icon indicating copy to clipboard operation
RawRabbit copied to clipboard

How to change the granularity of logging?

Open vhfm33 opened this issue 6 years ago • 1 comments

I need to change the default log level from info to warning (only errors and warning are logged)

vhfm33 avatar Jan 16 '19 13:01 vhfm33

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

pardahlman avatar Mar 17 '19 14:03 pardahlman