summaryrefslogtreecommitdiff
path: root/qpid/java/broker/bin
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-10-19 11:12:54 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-10-19 11:12:54 +0000
commit3b74e933688b1e38f0739824261b402a18f8c4fa (patch)
treea955067b56a6aef8227b6576697d41d1cb7649ad /qpid/java/broker/bin
parentaed0bb719788394c2b5db5b1da354e6134da5d31 (diff)
downloadqpid-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/broker/bin')
-rwxr-xr-xqpid/java/broker/bin/qpid-server5
1 files changed, 0 insertions, 5 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 \