mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 18:58:05 +02:00
33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
# Configuration file for NetworkManager.
|
|
#
|
|
# See "man 5 NetworkManager.conf" for details.
|
|
#
|
|
# The directory /etc/NetworkManager/conf.d/ can contain additional configuration
|
|
# snippets that are installed by some packages. Those snippets override the
|
|
# settings from this main file.
|
|
# To override a configuration from a conf.d/ snippet, add another configuration
|
|
# with a name sorted lastly (such as 99-my.conf).
|
|
|
|
[main]
|
|
plugins=ifcfg-rh,ibft
|
|
|
|
|
|
[logging]
|
|
# When debugging NetworkManager, enabling debug logging is of great help.
|
|
#
|
|
# Logfiles contain no passwords and little sensitive information. But please
|
|
# check before posting the file online. You can also personally hand over the
|
|
# logfile to a NM developer to treat it confidential. Meet us on #nm on freenode.
|
|
# Please post full logfiles except minimal modifications of private data.
|
|
#
|
|
# You can also change the log-level at runtime via
|
|
# $ nmcli general logging level TRACE domains ALL
|
|
# However, usually it's cleaner to enable debug logging
|
|
# in the configuration and restart NetworkManager so that
|
|
# debug logging is enabled from the start.
|
|
#
|
|
# You will find the logfiles in syslog, for example via
|
|
# $ journalctl -u NetworkManager
|
|
#
|
|
#level=TRACE
|
|
#domains=ALL
|