Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to toggle debug message #1035

Closed
thisisfel1x opened this issue May 3, 2024 · 1 comment
Closed

Add an option to toggle debug message #1035

thisisfel1x opened this issue May 3, 2024 · 1 comment

Comments

@thisisfel1x
Copy link

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

@stevehu
Copy link
Contributor

stevehu commented May 3, 2024

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 stevehu closed this as completed May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants