2025-12-16 10:20:31 -07:00
|
|
|
# systemctl log-level
|
|
|
|
|
|
|
|
|
|
> Get or set the log level of the systemd manager.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#log-level%20%5BLEVEL%5D>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Show the current log level of the systemd manager:
|
|
|
|
|
|
|
|
|
|
`systemctl log-level`
|
|
|
|
|
|
|
|
|
|
- Set the manager's log level:
|
|
|
|
|
|
|
|
|
|
`systemctl log-level {{emerg|alert|crit|err|warning|notice|info|debug}}`
|