nmcli Verified current stable Not installed? Observability

Nmcli / Set Logging Level Domains

Set Logging Level Domains

Nmcli command syntax to set logging level domains. Copyable examples, output expectations, and common mistakes.

$
Terminal
sudo nmcli g l l <INFO|OFF|ERR|WARN|DEBUG|TRACE> domain <domain_1,domain_2,...>

Command Breakdown

What each part is doing

sudo
Base Command
The executable that performs this operation. Here it runs Nmcli before the shell applies any redirect operators.
g
g|general
The value supplied for g|general.
l
l|logging
The value supplied for l|logging.
l
l|level
The value supplied for l|level.
<INFO|OFF|ERR|WARN|DEBUG|TRACE>
INFO|OFF|ERR|WARN|DEBUG|TRACE
The value supplied for INFO|OFF|ERR|WARN|DEBUG|TRACE.
<domain_1,domain_2,...>
domain 1,domain 2,...
The value supplied for domain 1,domain 2,....

Alternative Approaches

Comparable commands in other tools

Alternative observability tools for the same job.