mirror of https://github.com/apache/jmeter.git
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:
parent
89a97100a1
commit
1321db39c7
|
|
@ -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
|
||||
#---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue