NIHVIVO-208 Convert Log4J calls to Apache Commons Logging calls.

This commit is contained in:
jeb228 2010-06-23 12:29:35 +00:00
parent ca1e1d0489
commit e110a0fde1
17 changed files with 108 additions and 100 deletions

View file

@ -31,10 +31,8 @@ log4j.appender.AllAppender.layout=org.apache.log4j.PatternLayout
log4j.appender.AllAppender.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c{1}] %m%n
log4j.rootLogger=WARN, AllAppender
log4j.rootLogger=INFO, AllAppender
log4j.logger.org.apache.catalina=INFO
log4j.logger.org.diretwebremoting=ERROR
log4j.logger.edu.cornell.mannlib.vitro.webapp.ConfigurationProperties=INFO
log4j.logger.edu.cornell.mannlib.vitro.webapp.filestorage.updater.FileStorageUpdater=INFO