mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
man: document log related daemon.conf options
This commit is contained in:
parent
78bccde226
commit
5be1cc52ff
1 changed files with 19 additions and 2 deletions
|
|
@ -268,9 +268,9 @@ USA.
|
|||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>default-script-file=</opt> Load the default
|
||||
<p><opt>load-default-script-file=</opt> Load the default
|
||||
configuration script file as specified
|
||||
in <opt>default-script-file=</opt>. Defaults to "yes".</p>
|
||||
in <opt>default-script-file=</opt>. Defaults to <opt>yes</opt>.</p>
|
||||
</option>
|
||||
|
||||
</section>
|
||||
|
|
@ -297,6 +297,23 @@ USA.
|
|||
might alter this setting.</p>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>log-meta=</opt> With each logged message log the code
|
||||
location the message was generated from. Defaults to
|
||||
<opt>no</opt>.</p>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>log-time=</opt> With each logged messages log the
|
||||
relative time since startup. Defaults to <opt>no</opt>.</p>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>log-backtrace=</opt> When greater than 0, with each
|
||||
logged message log a code stack trace up the the specified
|
||||
number of stack frames. Defaults to <opt>0</opt>.</p>
|
||||
</option>
|
||||
|
||||
</section>
|
||||
|
||||
<section name="Resource Limits">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue