mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Pass a single I/O log file name in command_details instead of
separate dir + file parameters.
This commit is contained in:
@@ -541,19 +541,12 @@ Set to true if the I/O logging plugins, if any, should compress the
|
||||
log data. This is a hint to the I/O logging plugin which may choose
|
||||
to ignore it.
|
||||
|
||||
=item iolog_dir=string
|
||||
=item iolog_path=string
|
||||
|
||||
Fully qualified path to the directory in which I/O logs are to be
|
||||
stored. This is a hint to the I/O logging plugin which may choose
|
||||
to ignore it. If no I/O logging plugin is loaded, this setting has
|
||||
no effect.
|
||||
|
||||
=item iolog_file=string
|
||||
|
||||
File name to use when I/O logging is enabled, relative to I<iolog_dir>
|
||||
(may also contain directory components).
|
||||
This is a hint to the I/O logging plugin which may choose to ignore
|
||||
it. If no I/O logging plugin is loaded, this setting has no effect.
|
||||
Fully qualified path to the file or directory in which I/O log is
|
||||
to be stored. This is a hint to the I/O logging plugin which may
|
||||
choose to ignore it. If no I/O logging plugin is loaded, this
|
||||
setting has no effect.
|
||||
|
||||
=item iolog_stdin=bool
|
||||
|
||||
|
Reference in New Issue
Block a user