contrib/rpm: add comment to NetworkManager.conf about debug logfiles

This commit is contained in:
Thomas Haller 2016-01-27 13:55:41 +01:00
parent 0cccb7b723
commit bb78d14467

View File

@ -21,6 +21,23 @@
[main]
#plugins=ifcfg-rh,ibft
[logging]
#level=DEBUG
#audit=yes
# When debugging NetworkManager, enabling debug logging is of great help.
#
# Logfiles contain no passwords and little sensitive information. But please
# check before posting the file online. You can also personally hand over the
# logfile to a NM developer to treat it confidential. Meet us on #nm on freenode.
# Please post full logfiles except minimal modifications of private data.
#
# You can also change the log-level at runtime via
# $ nmcli general logging level TRACE domains ALL
# However, usually it's cleaner to enable debug logging
# in the configuration and restart NetworkManager so that
# debug logging is enabled from the start.
#
# You will find the logfiles in syslog, for example via
# $ journalctl -u NetworkManager
#
#level=TRACE
#domains=ALL