The JMeter log file name is formatted as a SimpleDateFormat (applied to the current date) if it contains paired single-quotes, .e.g. 'jmeter_'yyyyMMddHHmmss'.log'

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@597790 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 9f74dbe237
This commit is contained in:
Sebastian Bazley 2007-11-24 03:28:58 +00:00
parent 89a97100a1
commit 1321db39c7
1 changed files with 4 additions and 0 deletions

View File

@ -190,6 +190,10 @@ log_level.jorphan=INFO
#log_file.jorphan=jorphan.log
#log_file.jmeter=jmeter.log
# If the filename contains paired single-quotes, then the name is processed
# as a SimpleDateFormat format applied to the current date, for example:
#log_file='jmeter_'yyyyMMddHHmmss'.tmp'
#---------------------------------------------------------------------------
# HTTP Javat configuration
#---------------------------------------------------------------------------