mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
man: Update log-target documentation.
This commit is contained in:
parent
8d0e9d4662
commit
6f1c3df37b
2 changed files with 14 additions and 8 deletions
|
|
@ -297,12 +297,15 @@ USA.
|
||||||
|
|
||||||
<option>
|
<option>
|
||||||
<p><opt>log-target=</opt> The default log target. Use either
|
<p><opt>log-target=</opt> The default log target. Use either
|
||||||
<opt>stderr</opt>, <opt>syslog</opt> or <opt>auto</opt>. The
|
<opt>stderr</opt>, <opt>syslog</opt>, <opt>auto</opt>,
|
||||||
latter is equivalent to <opt>sylog</opt> in case
|
<opt>file:PATH</opt> or <opt>newfile:PATH</opt>. <opt>auto</opt> is
|
||||||
<opt>daemonize</opt> is enabled, otherwise to
|
equivalent to <opt>sylog</opt> in case <opt>daemonize</opt> is enabled,
|
||||||
<opt>stderr</opt>. Defaults to <opt>auto</opt>. The
|
otherwise to <opt>stderr</opt>. If set to <opt>file:PATH</opt>, logging
|
||||||
<opt>--log-target</opt> command line option takes
|
is directed to the file indicated by PATH. <opt>newfile:PATH</opt> is
|
||||||
precedence.</p>
|
otherwise the same as <opt>file:PATH</opt>, but existing files are never
|
||||||
|
overwritten. If the specified file already exists, a suffix is added to
|
||||||
|
the file name to avoid overwriting. Defaults to <opt>auto</opt>. The
|
||||||
|
<opt>--log-target</opt> command line option takes precedence.</p>
|
||||||
</option>
|
</option>
|
||||||
|
|
||||||
<option>
|
<option>
|
||||||
|
|
|
||||||
|
|
@ -217,13 +217,16 @@ USA.
|
||||||
</option>
|
</option>
|
||||||
|
|
||||||
<option>
|
<option>
|
||||||
<p><opt>--log-target</opt><arg>={auto,syslog,stderr,file:PATH}</arg></p>
|
<p><opt>--log-target</opt><arg>={auto,syslog,stderr,file:PATH,newfile:PATH}</arg></p>
|
||||||
|
|
||||||
<optdesc><p>Specify the log target. If set to <arg>auto</arg>
|
<optdesc><p>Specify the log target. If set to <arg>auto</arg>
|
||||||
(which is the default), then logging is directed to syslog when
|
(which is the default), then logging is directed to syslog when
|
||||||
<opt>--daemonize</opt> is passed, otherwise to
|
<opt>--daemonize</opt> is passed, otherwise to
|
||||||
STDERR. If set to <arg>file:PATH</arg>, logging is directed to
|
STDERR. If set to <arg>file:PATH</arg>, logging is directed to
|
||||||
the file indicated by PATH.</p></optdesc>
|
the file indicated by PATH. <arg>newfile:PATH</arg> is otherwise
|
||||||
|
the same as file:PATH, but existing files are never overwritten.
|
||||||
|
If the specified file already exists, a suffix is added to the
|
||||||
|
file name to avoid overwriting.</p></optdesc>
|
||||||
</option>
|
</option>
|
||||||
|
|
||||||
<option>
|
<option>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue