systemctl service-log-target
linux
Get or set the log target for a service. Only works for D-Bus integrated services.
More info →Examples (6)
Show the current log target for a service
systemctl service-log-target service_nameSet the log target to `console` (send logs to `stderr`)
systemctl service-log-target service_name consoleSet the log target to `journal` (send logs to `systemd-journald`)
systemctl service-log-target service_name journalSet the log target to `syslog` (send logs to `/dev/log`)
systemctl service-log-target service_name syslogAllow systemd to choose an appropriate log target
systemctl service-log-target service_name autoDisable all log output
systemctl service-log-target service_name nullmade by @shridhargupta | data from tldr-pages