mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 11:08:03 +02:00
man: describe debugging environment variables
This commit is contained in:
parent
d034b8631b
commit
3610bb6880
1 changed files with 13 additions and 0 deletions
|
|
@ -58,5 +58,18 @@ The following options are supported:
|
|||
.I "--no-daemon"
|
||||
Do not daemonize. This is useful for debugging, and directs log output to the
|
||||
controlling terminal in addition to syslog.
|
||||
.SH DEBUGGING
|
||||
The following environment variables are supported to help debugging. When used
|
||||
in conjunction with the "--no-daemon" option (thus echoing PPP and DHCP helper
|
||||
output to stdout) these can quickly help pinpoint the source of connection
|
||||
issues.
|
||||
.TP
|
||||
.I "NM_SERIAL_DEBUG"
|
||||
When set to anything, causes NetworkManager to log all serial communication to
|
||||
and from serial devices like mobile broadband 3G modems.
|
||||
.TP
|
||||
.I "NM_PPP_DEBUG"
|
||||
When set to anything, causes NetworkManager to turn on PPP debugging in pppd,
|
||||
which logs all PPP and PPTP frames and client/server exchanges.
|
||||
.SH SEE ALSO
|
||||
.BR nm-tool (1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue