## Path:	Network/Hardware/Config
## Description:	Set some general network configuration
## Type:	string("","-","+")
## Default:	"+"
## ServiceRestart: network
#
## Type:        yesno
## Default:     no
# Switch on/off debug messages for all hardware configuration stuff. If set to
# 'no' most scripts can enable it locally with "-o debug".
# Better use the new switch LOG_LEVEL below. DEBUG will be deprecated soon.
# DEBUG=yes will set the loglevel to 7 (debug).
DEBUG="no"

## Type:        string("","0","1","2","3","4","5","6","7")
## Default:     ""
# Most scripts already use new logging functions where you can choose the same
# loglevels as known from syslog: emerg=0 alert=1 crit=2 err=3 warning=4
# notice=5 info=6 debug=7. Currently we use only err, info and debug.
# If you leave that empty we check for an environment variable LOG_LEVEL or use
# the loglevel from udev. If there is no environment variable nor udev calling
# the script we use the loglevel 3 (err). 
DEFAULT_LOG_LEVEL=""

## Type:        yesno
## Default:     yes
# Should error messages from network configuration scripts go to syslog, or do
# you like them on stderr?
USE_SYSLOG="no"

