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