syslog debug
Posted: 14 Jan 2021 00:43
I want to run VLC as a systemd service so I am testing various command-line options. I'm confused about how to control the log verbosity.
Running in foreground with vlc --daemon --syslog writes errors to /var/log/messages. But adding --syslog-daemon doesn't make any difference. Is it supposed to? How can I increase verbosity here?
With journalctl I do see the verbose messages even without --syslog-debug. Where is that controlled? I'm trying to debug an issue that only happens when running as a service, so wanted to replicate the same commands as much as possible. So I need to see verbose output somewhere when I run, e.g. sudo -u vlcd vlc --daemon --syslog in the terminal. I'm using VLC 3.0.11 on Raspbian by the way.
Running in foreground with vlc --daemon --syslog writes errors to /var/log/messages. But adding --syslog-daemon doesn't make any difference. Is it supposed to? How can I increase verbosity here?
With journalctl I do see the verbose messages even without --syslog-debug. Where is that controlled? I'm trying to debug an issue that only happens when running as a service, so wanted to replicate the same commands as much as possible. So I need to see verbose output somewhere when I run, e.g. sudo -u vlcd vlc --daemon --syslog in the terminal. I'm using VLC 3.0.11 on Raspbian by the way.