diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-10-19 11:12:54 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-10-19 11:12:54 +0000 |
| commit | 3b74e933688b1e38f0739824261b402a18f8c4fa (patch) | |
| tree | a955067b56a6aef8227b6576697d41d1cb7649ad /qpid/java | |
| parent | aed0bb719788394c2b5db5b1da354e6134da5d31 (diff) | |
| download | qpid-python-3b74e933688b1e38f0739824261b402a18f8c4fa.tar.gz | |
QPID-2085 : Revert the addition of APPEND. We should use a rolling file appender instead.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@826640 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rwxr-xr-x | qpid/java/broker/bin/qpid-server | 5 | ||||
| -rw-r--r-- | qpid/java/broker/etc/log4j.xml | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/qpid/java/broker/bin/qpid-server b/qpid/java/broker/bin/qpid-server index 738fc6e084..4e11fd5fe7 100755 --- a/qpid/java/broker/bin/qpid-server +++ b/qpid/java/broker/bin/qpid-server @@ -26,11 +26,6 @@ fi # Set classpath to include Qpid jar with all required jars in manifest QPID_LIBS=$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/bdbstore-launch.jar -# Default Log4j to append to its log file -if [ -z "$QPID_LOG_APPEND" ]; then - export QPID_LOG_APPEND="true" -fi - # Set other variables used by the qpid-run script before calling export JAVA=java \ JAVA_VM=-server \ diff --git a/qpid/java/broker/etc/log4j.xml b/qpid/java/broker/etc/log4j.xml index 4b71772a0e..484b203df8 100644 --- a/qpid/java/broker/etc/log4j.xml +++ b/qpid/java/broker/etc/log4j.xml @@ -50,7 +50,7 @@ <appender class="org.apache.log4j.FileAppender" name="FileAppender"> <param name="File" value="${QPID_WORK}/log/${logprefix}qpid${logsuffix}.log"/> - <param name="Append" value="${QPID_LOG_APPEND}"/> + <param name="Append" value="false"/> <layout class="org.apache.log4j.PatternLayout"> <param name="ConversionPattern" value="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/> |
