Blame SOURCES/NetworkManager.conf

19fac9
# Configuration file for NetworkManager.
19fac9
#
19fac9
# See "man 5 NetworkManager.conf" for details.
19fac9
#
ef8af3
# The directories /usr/lib/NetworkManager/conf.d/ and /run/NetworkManager/conf.d/
1d2da6
# can contain additional .conf snippets installed by packages. These files are
19fac9
# read before NetworkManager.conf and have thus lowest priority.
1d2da6
# The directory /etc/NetworkManager/conf.d/ can contain additional .conf
19fac9
# snippets. Those snippets are merged last and overwrite the settings from this main
19fac9
# file.
19fac9
#
19fac9
# The files within one conf.d/ directory are read in asciibetical order.
19fac9
#
1d2da6
# You can prevent loading a file /usr/lib/NetworkManager/conf.d/NAME.conf
1d2da6
# by having a file NAME.conf in either /run/NetworkManager/conf.d/ or /etc/NetworkManager/conf.d/.
1d2da6
# Likewise, snippets from /run can be prevented from loading by placing
1d2da6
# a file with the same name in /etc/NetworkManager/conf.d/.
19fac9
#
19fac9
# If two files define the same key, the one that is read afterwards will overwrite
19fac9
# the previous one.
19fac9
19fac9
[main]
ef8af3
#plugins=ifcfg-rh
19fac9
19fac9
19fac9
[logging]
19fac9
# When debugging NetworkManager, enabling debug logging is of great help.
19fac9
#
19fac9
# Logfiles contain no passwords and little sensitive information. But please
19fac9
# check before posting the file online. You can also personally hand over the
1d2da6
# logfile to a NM developer to treat it confidential. Meet us on #nm on Libera.Chat.
19fac9
#
19fac9
# You can also change the log-level at runtime via
19fac9
#   $ nmcli general logging level TRACE domains ALL
19fac9
# However, usually it's cleaner to enable debug logging
19fac9
# in the configuration and restart NetworkManager so that
19fac9
# debug logging is enabled from the start.
19fac9
#
19fac9
# You will find the logfiles in syslog, for example via
19fac9
#   $ journalctl -u NetworkManager
19fac9
#
1d2da6
# Please post full logfiles for bug reports without pre-filtering or truncation.
1d2da6
# Also, for debugging the entire `journalctl` output can be interesting. Don't
1d2da6
# limit unnecessarily with `journalctl -u`. Exceptions are if you are worried
1d2da6
# about private data. Check before posting logfiles!
1d2da6
#
19fac9
# Note that debug logging of NetworkManager can be quite verbose. Some messages
19fac9
# might be rate-limited by the logging daemon (see RateLimitIntervalSec, RateLimitBurst
1d2da6
# in man journald.conf). Please disable rate-limiting before collecting debug logs!
19fac9
#
19fac9
#level=TRACE
19fac9
#domains=ALL