2025-12-16 10:20:31 -07:00
|
|
|
# systemctl log-target
|
|
|
|
|
|
|
|
|
|
> Get or set the log target for the systemd manager.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#log-target%20%5BTARGET%5D>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Show the current log target of the systemd manager:
|
|
|
|
|
|
|
|
|
|
`systemctl log-target`
|
|
|
|
|
|
|
|
|
|
- Set the manager's log target:
|
|
|
|
|
|
|
|
|
|
`systemctl log-target {{journal-or-kmsg|journal|kmsg|console|syslog|null|auto}}`
|