mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Pass a single I/O log file name in command_details instead of
separate dir + file parameters.
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "SUDO_PLUGIN @mansectsu@"
|
||||
.TH SUDO_PLUGIN @mansectsu@ "December 28, 2010" "1.8.0b3" "MAINTENANCE COMMANDS"
|
||||
.TH SUDO_PLUGIN @mansectsu@ "December 30, 2010" "1.8.0b3" "MAINTENANCE COMMANDS"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
@@ -608,18 +608,12 @@ of \fInumber\fR or higher.
|
||||
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.
|
||||
.IP "iolog_dir=string" 4
|
||||
.IX Item "iolog_dir=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.
|
||||
.IP "iolog_file=string" 4
|
||||
.IX Item "iolog_file=string"
|
||||
File name to use when I/O logging is enabled, relative to \fIiolog_dir\fR
|
||||
(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.
|
||||
.IP "iolog_path=string" 4
|
||||
.IX Item "iolog_path=string"
|
||||
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.
|
||||
.IP "iolog_stdin=bool" 4
|
||||
.IX Item "iolog_stdin=bool"
|
||||
Set to true if the I/O logging plugins, if any, should log the
|
||||
|
Reference in New Issue
Block a user