json-schema-validator icon indicating copy to clipboard operation
json-schema-validator copied to clipboard

Add an option to toggle debug message

Open thisisfel1x opened this issue 9 months ago • 1 comments

Our console is currently being spammed with the debug message from the BaseJsonValidator. It would be great if you could set a boolean to turn off this message, as we log at debug level ourselves

thisisfel1x avatar May 03 '24 12:05 thisisfel1x

I assume you set the logging level at the root logger. So all packages are logging at the same level. I recommend adding custom loggers to set the logging level at the package level. Then you can set debug on your code.

stevehu avatar May 03 '24 13:05 stevehu