summaryrefslogtreecommitdiff
path: root/java/broker/bin
diff options
context:
space:
mode:
Diffstat (limited to 'java/broker/bin')
-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 \