2025-12-16 10:20:31 -07:00
|
|
|
# systemctl service-log-level
|
|
|
|
|
|
|
|
|
|
> Get or set the runtime log level of a service via D-Bus.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#service-log-level%20SERVICE%20%5BLEVEL%5D>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Show the current log level of a service:
|
|
|
|
|
|
|
|
|
|
`systemctl service-log-level {{service_name}}`
|
|
|
|
|
|
|
|
|
|
- Set the log level of a service (the level name can be replaced with a number from 0 to 7):
|
|
|
|
|
|
|
|
|
|
`systemctl service-log-level {{service_name}} {{emerg|alert|crit|err|warning|notice|info|debug}}`
|