Mercurial > public > ssdtforms
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:dddcb6d16927 | 2:91703efb1d29 |
---|---|
1 # Default to info level output; this is very handy if you eventually use Hibernate as well. | 1 # Default to info level output; this is very handy if you eventually use Hibernate as well. |
2 log4j.rootCategory=info, A1 | 2 log4j.rootCategory=error, A1 |
3 | 3 |
4 # A1 is set to be a ConsoleAppender. | 4 # A1 is set to be a ConsoleAppender. |
5 log4j.appender.A1=org.apache.log4j.ConsoleAppender | 5 log4j.appender.A1=org.apache.log4j.ConsoleAppender |
6 | 6 |
7 # A1 uses PatternLayout. | 7 # A1 uses PatternLayout. |
8 log4j.appender.A1.layout=org.apache.log4j.PatternLayout | 8 log4j.appender.A1.layout=org.apache.log4j.PatternLayout |
9 log4j.appender.A1.layout.ConversionPattern=[%p] %c{2} %m%n | 9 log4j.appender.A1.layout.ConversionPattern=[%p] %c{2} %m%n |
10 | 10 |
11 # Service category names are the name of the defining module class | 11 # Service category names are the name of the defining module class |
12 # and then the service id. | 12 # and then the service id. |
13 log4j.category.org.ssdt_ohio.devel.forms.services.AppModule.TimingFilter=info | 13 log4j.category.org.ssdt_ohio.devel.forms.services.AppModule.TimingFilter=error |
14 | 14 |
15 # Outputs a list of pages, components and mixins at startup. | 15 # Outputs a list of pages, components and mixins at startup. |
16 log4j.category.org.apache.tapestry5.services.TapestryModule.ComponentClassResolver=info | 16 log4j.category.org.apache.tapestry5.services.TapestryModule.ComponentClassResolver=error |
17 | 17 |
18 # Outputs startup statistics; elapsed time to setup and initialize the registry, a list of | 18 # Outputs startup statistics; elapsed time to setup and initialize the registry, a list of |
19 # available services, and a launch banner that includes the Tapestry version number. | 19 # available services, and a launch banner that includes the Tapestry version number. |
20 log4j.category.org.apache.tapestry5.TapestryFilter=info | 20 log4j.category.org.apache.tapestry5.TapestryFilter=error |
21 | 21 |
22 | 22 |
23 # Turning on debug mode for a page's or component's transformer logger | 23 # Turning on debug mode for a page's or component's transformer logger |
24 # will show all of the code changes that occur when the | 24 # will show all of the code changes that occur when the |
25 # class is loaded. | 25 # class is loaded. |
39 # log4j.category.tapestry.render.org.ssdt_ohio.devel.forms.pages.Index=debug | 39 # log4j.category.tapestry.render.org.ssdt_ohio.devel.forms.pages.Index=debug |
40 | 40 |
41 # Turn on some verbose debugging about everything in the application. This is nice initially, | 41 # Turn on some verbose debugging about everything in the application. This is nice initially, |
42 # while getting everything set up. You'll probably want to remove this once you are | 42 # while getting everything set up. You'll probably want to remove this once you are |
43 # up and running, replacing it with more selective debugging output. | 43 # up and running, replacing it with more selective debugging output. |
44 log4j.category.org.ssdt_ohio.devel.forms=debug | 44 log4j.category.org.ssdt_ohio.devel.forms=error |