summaryrefslogtreecommitdiff
path: root/java/broker/bin/qpid-server
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
commit1806135169f19fb61955f1254f6d4f117d07d8a0 (patch)
tree738d347715f83282887225251abd962851ec86a3 /java/broker/bin/qpid-server
parent6a2ade08c0a1d3b52a04f6c1b67922100ddb0d3b (diff)
downloadqpid-python-1806135169f19fb61955f1254f6d4f117d07d8a0.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/qpid@826640 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/bin/qpid-server')
-rwxr-xr-xjava/broker/bin/qpid-server5
1 files changed, 0 insertions, 5 deletions
diff --git a/java/broker/bin/qpid-server b/java/broker/bin/qpid-server
index 738fc6e084..4e11fd5fe7 100755
--- a/java/broker/bin/qpid-server
+++ b/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 \