-
Notifications
You must be signed in to change notification settings - Fork 178
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
How to reduce verbosity of log messages? #31
Comments
realy? what kind of error messages? I don't have many paldb log messages in my situation. |
It print information about the sizes and quantities of keys, etc. to standard error. I'd like to be able to turn that off. |
I'd second this, it seems to logging a info level by default. Would very much like to turn down the noise. |
Logger l = Logger.getLogger(""); |
Logger l = Logger.getLogger("com.linkedin.paldb"); |
I am really liking your data store. The log output is a little verbose by default. Is there a way to configure it to only display error messages?
The text was updated successfully, but these errors were encountered: