
Hello, From the messages below, it looks like logback could find the file [/bin/logback.xml] for auto-configuration. Moreover, that file contains errors which prompts logback to dump its internal state on the console. Either removing the bin/logback.xml file from the class path *or* correcting the errors associated with the <property> element should prevent logback from printing its internal state on the console. HTH, prpaudel wrote:
Hello: I am programatically configuring Logback however providing two properties that our client can set to change the Log Level and root folder to generate logs at runtime. But, my problem is that Logback framework is giving me a some verbose message that I have copied below for every execution of the problem that I should not be displaying on the console. Is there any way to turn off this message? I tried debug="true" for <configuration .../> tag but did not work. Any help will be highly appreciated.
The verbose message I gets:-
9:44:22,872 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 09:44:22,872 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [/bin/logback.xml] 09:44:22,935 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set 09:44:22,935 |-ERROR in ch.qos.logback.core.joran.action.PropertyAction - In <property> element, either the "file" attribute alone, or the "resource" element alone, or both the "name" and "value" attributes must be set. 09:44:22,935 |-ERROR in ch.qos.logback.core.joran.action.PropertyAction - In <property> element, either the "file" attribute alone, or the "resource" element alone, or both the "name" and "value" attributes must be set.
Thanks.
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch