Blame SOURCES/NetworkManager.conf

c48088
# Configuration file for NetworkManager.
c48088
#
c48088
# See "man 5 NetworkManager.conf" for details.
c48088
#
c48088
# The directories /usr/lib/NetworkManager/conf.d/ and /var/run/NetworkManager/conf.d/
c48088
# can contain additional configuration snippets installed by packages. These files are
c48088
# read before NetworkManager.conf and have thus lowest priority.
c48088
# The directory /etc/NetworkManager/conf.d/ can contain additional configuration
c48088
# snippets. Those snippets are merged last and overwrite the settings from this main
c48088
# file.
c48088
#
c48088
# The files within one conf.d/ directory are read in asciibetical order.
c48088
#
c48088
# If /etc/NetworkManager/conf.d/ contains a file with the same name as
c48088
# /usr/lib/NetworkManager/conf.d/, the latter file is shadowed and thus ignored.
c48088
# Hence, to disable loading a file from /usr/lib/NetworkManager/conf.d/ you can
c48088
# put an empty file to /etc with the same name. The same applies with respect
c48088
# to the directory /var/run/NetworkManager/conf.d where files in /var/run shadow
c48088
# /usr/lib and are themselves shadowed by files under /etc.
c48088
#
c48088
# If two files define the same key, the one that is read afterwards will overwrite
c48088
# the previous one.
c48088
c48088
[main]
c48088
#plugins=ifcfg-rh,ibft
c48088
c48088
c48088
[logging]
c48088
# When debugging NetworkManager, enabling debug logging is of great help.
c48088
#
c48088
# Logfiles contain no passwords and little sensitive information. But please
c48088
# check before posting the file online. You can also personally hand over the
c48088
# logfile to a NM developer to treat it confidential. Meet us on #nm on freenode.
c48088
# Please post full logfiles except minimal modifications of private data.
c48088
#
c48088
# You can also change the log-level at runtime via
c48088
#   $ nmcli general logging level TRACE domains ALL
c48088
# However, usually it's cleaner to enable debug logging
c48088
# in the configuration and restart NetworkManager so that
c48088
# debug logging is enabled from the start.
c48088
#
c48088
# You will find the logfiles in syslog, for example via
c48088
#   $ journalctl -u NetworkManager
c48088
#
c48088
# Note that debug logging of NetworkManager can be quite verbose. Some messages
c48088
# might be rate-limited by the logging daemon (see RateLimitIntervalSec, RateLimitBurst
c48088
# in man journald.conf).
c48088
#
c48088
#level=TRACE
c48088
#domains=ALL