summaryrefslogtreecommitdiff
path: root/qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh')
-rwxr-xr-xqpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh b/qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh
index 56abe0b1da..c078caf7d1 100755
--- a/qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh
+++ b/qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh
@@ -20,7 +20,8 @@
##LOGDIR=$QPID_HOME/logs
LOGDIR=../logs
-LOGFILE=$LOGDIR/perftest.log
+date=`date +"%y%m%d%H%M%S"`
+LOGFILE=$LOGDIR/perftest.log.$date
## create the log dir
if [ ! -d $LOGDIR ]; then