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