commands.sh

systemctl service-log-level

linux

Get or set the runtime log level of a service via D-Bus.

More info →

Examples (2)

Show the current log level of a service

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
made by @shridhargupta | data from tldr-pages