Clean up help text for ZM_LOG_DEBUG_FILE to not say that it can include a directory. It should be JUST a filename.

pull/4202/head
Isaac Connor 2023-06-09 17:26:06 -04:00 committed by Isaac Connor
parent caa8a808f9
commit d63877643a
1 changed files with 2 additions and 4 deletions

View File

@ -1390,7 +1390,7 @@ our @options = (
help => q`
This option allows you to specify a different target for debug
output. All components have a default log file which will
norally be in /tmp or /var/log and this is where debug will be
normally be in /var/log and this is where debug will be
written to if this value is empty. Adding a path here will
temporarily redirect debug, and other logging output, to this
file. This option is a simple filename and you are debugging
@ -1400,9 +1400,7 @@ our @options = (
suffix containing your process id. In this way debug from each
run of a component is kept separate. This is the recommended
setting as it will also prevent subsequent runs from
overwriting the same log. You should ensure that permissions
are set up to allow writing to the file and directory specified
here.
overwriting the same log.
`,
requires => [ { name => 'ZM_LOG_DEBUG', value => 'yes' } ],
type => $types{string},