refs #2145: smartgears-distribution 1.2.6: set default log level to WARN

https://support.d4science.org/issues/2145

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@122856 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-02-05 10:45:28 +00:00
parent 6611fbafad
commit bf5dac535e
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@
</rollingPolicy> </rollingPolicy>
</appender> </appender>
<logger name="org.gcube" level="DEBUG" /> <logger name="org.gcube" level="WARN" />
<logger name="org.gcube.smartgears" level="TRACE" /> <logger name="org.gcube.smartgears" level="WARN" />
<logger name="org.gcube.common.events" level="TRACE" /> <logger name="org.gcube.common.events" level="WARN" />
<root level="WARN"> <root level="WARN">
<appender-ref ref="FILE" /> <appender-ref ref="FILE" />