NIHVIVO-405 modify build.xml to recognize debug.log4j.properties if it exists, and to use it instead of default.log4j.properties. Clean up svn:ignore properties in webapp/config
This commit is contained in:
parent
9f76c1462d
commit
c4062267bd
2 changed files with 13 additions and 3 deletions
|
@ -19,6 +19,9 @@
|
|||
#
|
||||
# More information can be found here:
|
||||
# http://logging.apache.org/log4j/1.2/manual.html
|
||||
#
|
||||
# The "production" version of this file is default.log4j.properties.
|
||||
# debug.log4j.properties exists will be used instead, if it exists, but is not stored in Subversion.
|
||||
|
||||
log4j.appender.AllAppender=org.apache.log4j.RollingFileAppender
|
||||
log4j.appender.AllAppender.File= ${tomcat.home}/logs/${webapp.name}.all.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue