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:11:12 UTC

svn commit: r1395988 - in /incubator/syncope/trunk: ./ console/src/main/resources/logback.xml

Author: ilgrosso
Date: Tue Oct  9 12:11:12 2012
New Revision: 1395988

URL: http://svn.apache.org/viewvc?rev=1395988&view=rev
Log:
Merge from 1_0_X

Modified:
    incubator/syncope/trunk/   (props changed)
    incubator/syncope/trunk/console/src/main/resources/logback.xml

Propchange: incubator/syncope/trunk/
------------------------------------------------------------------------------
  Merged /incubator/syncope/branches/1_0_X:r1395485-1395987

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