Removed duplicate logging from cas sample

This commit is contained in:
Luke Taylor 2009-05-26 22:14:34 +00:00
parent f69354b16b
commit 1788dfdba0
1 changed files with 1 additions and 1 deletions

View File

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