diff src/main/resources/log4j.properties @ 2:91703efb1d29

update ssdt-forms and dockerize
author smith@nwoca.org
date Mon, 11 Apr 2016 11:53:50 -0400
parents f4f8570d1c56
children
line wrap: on
line diff
--- a/src/main/resources/log4j.properties	Mon Nov 12 11:30:44 2012 -0500
+++ b/src/main/resources/log4j.properties	Mon Apr 11 11:53:50 2016 -0400
@@ -1,5 +1,5 @@
 # Default to info level output; this is very handy if you eventually use Hibernate as well.
-log4j.rootCategory=info, A1
+log4j.rootCategory=error, A1
 
 # A1 is set to be a ConsoleAppender.
 log4j.appender.A1=org.apache.log4j.ConsoleAppender
@@ -10,14 +10,14 @@
 
 # Service category names are the name of the defining module class
 # and then the service id.
-log4j.category.org.ssdt_ohio.devel.forms.services.AppModule.TimingFilter=info
+log4j.category.org.ssdt_ohio.devel.forms.services.AppModule.TimingFilter=error
 
 # Outputs a list of pages, components and mixins at startup.
-log4j.category.org.apache.tapestry5.services.TapestryModule.ComponentClassResolver=info
+log4j.category.org.apache.tapestry5.services.TapestryModule.ComponentClassResolver=error
 
 # Outputs startup statistics; elapsed time to setup and initialize the registry, a list of
 # available services, and a launch banner that includes the Tapestry version number.
-log4j.category.org.apache.tapestry5.TapestryFilter=info
+log4j.category.org.apache.tapestry5.TapestryFilter=error
 
 
 # Turning on debug mode for a page's or component's transformer logger
@@ -41,4 +41,4 @@
 # Turn on some verbose debugging about everything in the application. This is nice initially,
 # while getting everything set up.  You'll probably want to remove this once you are 
 # up and running, replacing it with more selective debugging output.
-log4j.category.org.ssdt_ohio.devel.forms=debug
+log4j.category.org.ssdt_ohio.devel.forms=error
\ No newline at end of file