NIHVIVO-208 Convert Log4J calls to Apache Commons Logging calls.
This commit is contained in:
parent
ca1e1d0489
commit
e110a0fde1
17 changed files with 108 additions and 100 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue