-
Notifications
You must be signed in to change notification settings - Fork 13
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
Suppress DEBUG messages #15
Comments
edit the logback.xml or logback-console.xml under the config directory. Change root level="warn" to root level="off" |
logback-console.xml is the one used for gorpipe. The root level logger is set by default to "off" though. |
There is though an audit logger that is set by default to DEBUG, it is possible that you seeing output from that logger. I was not awate that it was used in standard gorpipe usage. @jimlund to you have an example of the DEBUG output you are receiving? |
Hi Jim - can you send me your email? |
I am jlund256 :at: gmail. |
Thanks for the help. It turned out to be path issues--I am running in Cygwin on Windows with Oracle Java. Cygwin translates C:\Users paths to /cygwin/c/Users, but between bash, gor, and java, things get messed up. I was getting messages like:16:12:02.541 [main] DEBUG org.gorpipe.base.config.ConfigManager - Config path determined from code source location
|
How can I suppress DEBUG messages from gor / gorpipe? I was able to turn off the INFO messages using log4j.properties.
Jim Lund
The text was updated successfully, but these errors were encountered: