소스 검색

Merge pull request #35 from vsg/master

Fix typo in log4j.properties
TechEmpower 12 년 전
부모
커밋
1593ad4729
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      spring/src/main/resources/log4j.properties
  2. 1 1
      tapestry/hello/src/main/resources/log4j.properties

+ 1 - 1
spring/src/main/resources/log4j.properties

@@ -17,7 +17,7 @@ log4j.category.org.apache.tapestry5.services.TapestryModule.ComponentClassResolv
 
 # 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=wanr
+log4j.category.org.apache.tapestry5.TapestryFilter=warn
 
 
 # Turning on debug mode for a page's or component's transformer logger

+ 1 - 1
tapestry/hello/src/main/resources/log4j.properties

@@ -17,7 +17,7 @@ log4j.category.org.apache.tapestry5.services.TapestryModule.ComponentClassResolv
 
 # 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=wanr
+log4j.category.org.apache.tapestry5.TapestryFilter=warn
 
 
 # Turning on debug mode for a page's or component's transformer logger