You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/10/09 14:10:23 UTC

svn commit: r1395987 - /incubator/syncope/branches/1_0_X/console/src/main/resources/logback.xml

Author: ilgrosso
Date: Tue Oct  9 12:10:22 2012
New Revision: 1395987

URL: http://svn.apache.org/viewvc?rev=1395987&view=rev
Log:
Updating console's logback configuration to avoid warnings

Modified:
    incubator/syncope/branches/1_0_X/console/src/main/resources/logback.xml

Modified: incubator/syncope/branches/1_0_X/console/src/main/resources/logback.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/branches/1_0_X/console/src/main/resources/logback.xml?rev=1395987&r1=1395986&r2=1395987&view=diff
==============================================================================
--- incubator/syncope/branches/1_0_X/console/src/main/resources/logback.xml (original)
+++ incubator/syncope/branches/1_0_X/console/src/main/resources/logback.xml Tue Oct  9 12:10:22 2012
@@ -74,7 +74,7 @@ under the License.
   </logger>
     
   <root>
-    <priority value="INFO"/>
+    <level value="INFO"/>
     <appender-ref ref="main"/>
   </root>
 </configuration>