Blame SOURCES/NetworkManager.conf

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