VIVO-18 Rename Log4J properties file
This commit is contained in:
parent
c29461343a
commit
4341d72ec4
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@
|
|||
</copy>
|
||||
|
||||
<!-- use the production Log4J properties, unless a debug version exists. -->
|
||||
<condition property="log4j.properties.file" value="debug.log4j.properties" else="default.log4j.properties">
|
||||
<condition property="log4j.properties.file" value="debug.log4j.properties" else="log4j.properties">
|
||||
<available file="${appbase.dir}/config/debug.log4j.properties" />
|
||||
</condition>
|
||||
<copy file="${appbase.dir}/config/${log4j.properties.file}"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# 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.
|
||||
# The "production" version of this file is 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
|
Loading…
Add table
Reference in a new issue