systemctl-service-log-level
Get or set per-service log level
TLDR
SYNOPSIS
systemctl service-log-level SERVICE [LEVEL]
DESCRIPTION
systemctl service-log-level gets or sets the runtime log level for a specific service via D-Bus. This allows adjusting service verbosity without restarting the service or editing configuration.The service must support the standard D-Bus logging interface for this to work.
LOG LEVELS
emerg (0) - System unusablealert (1) - Immediate action requiredcrit (2) - Critical conditionserr (3) - Error conditionswarning (4) - Warning conditionsnotice (5) - Normal but significantinfo (6) - Informationaldebug (7) - Debug messages
CAVEATS
Only works with services that expose the D-Bus logging interface. Changes are temporary and reset when the service restarts. Not all services support this feature.
HISTORY
The service-log-level subcommand provides per-service logging control, enabling debugging of specific services without affecting system-wide verbosity.
