mirror of https://github.com/apache/jmeter.git
Add comment on redirecting log to stdout
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@323794 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 5258f77335
This commit is contained in:
parent
67a1bb7778
commit
43df81c61b
|
|
@ -94,6 +94,9 @@ log_level.jorphan=INFO
|
|||
|
||||
# Combined log file (for jmeter and jorphan)
|
||||
log_file=jmeter.log
|
||||
# To redirect logging to standard output, try the following:
|
||||
# (it will probably report an error, but output will be to stdout)
|
||||
#log_file=
|
||||
|
||||
# Or define separate logs if required:
|
||||
#log_file.jorphan=jorphan.log
|
||||
|
|
|
|||
Loading…
Reference in New Issue