You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2005/12/07 02:13:56 UTC

svn commit: r354642 - /geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml

Author: dblevins
Date: Tue Dec  6 17:13:54 2005
New Revision: 354642

URL: http://svn.apache.org/viewcvs?rev=354642&view=rev
Log:
Lowered set the log level of the agent-monitor BuildAgent

Modified:
    geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml

Modified: geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml
URL: http://svn.apache.org/viewcvs/geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml?rev=354642&r1=354641&r2=354642&view=diff
==============================================================================
--- geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml (original)
+++ geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml Tue Dec  6 17:13:54 2005
@@ -219,6 +219,10 @@
         </appenders>
         <levels>
           <level>
+            <hierarchy>org.apache.geronimo.gbuild.agent.BuildAgent:build-activity</hierarchy>
+            <level>INFO</level>
+          </level>
+          <level>
             <hierarchy>org.apache.geronimo.gbuild.agent.BuildAgentExtension:file-include</hierarchy>
             <level>INFO</level>
           </level>