Преглед на файлове

Removed duplicate logging from cas sample

Luke Taylor преди 16 години
родител
ревизия
1788dfdba0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      samples/cas/client/src/main/webapp/WEB-INF/classes/log4j.properties

+ 1 - 1
samples/cas/client/src/main/webapp/WEB-INF/classes/log4j.properties

@@ -1,7 +1,7 @@
 # Global logging configuration
 # Global logging configuration
 log4j.rootLogger=INFO, stdout, fileout
 log4j.rootLogger=INFO, stdout, fileout
 
 
-log4j.logger.org.springframework.security=DEBUG, stdout, fileout
+log4j.logger.org.springframework.security=DEBUG
 
 
 # Console output...
 # Console output...
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender