mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Make log meta, time, backtrace configurable using config file
This commit is contained in:
parent
651a451c54
commit
496499c0df
4 changed files with 71 additions and 75 deletions
|
|
@ -428,6 +428,9 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
pa_log_set_maximal_level(conf->log_level);
|
||||
pa_log_set_target(conf->auto_log_target ? PA_LOG_STDERR : conf->log_target, NULL);
|
||||
pa_log_set_show_meta(conf->log_meta);
|
||||
pa_log_set_show_backtrace(conf->log_backtrace);
|
||||
pa_log_set_show_time(conf->log_time);
|
||||
|
||||
pa_log_debug("Started as real root: %s, suid root: %s", pa_yes_no(real_root), pa_yes_no(suid_root));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue