summaryrefslogtreecommitdiff
path: root/templates/vpn/ipsec/logging/level/node.def
blob: 53b80ff6903529d2f187f960c7a583513601e925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
help: "Set logging level"
type: txt
syntax: $(@) in "alert", "crit", "debug", "emerg", "err", "info", "notice", "warning" ; "must be one of the following: crit, debug, emerg, err, info, notice, warning"
#comp_help: Logging levels in descending order of severity:
# emerg		           Emergency messages
# alert        		   Urgent messages
# crit         		   Critical messages 
# err          		   Error messages
# warning      		   Warning messages
# notice       		   Messages for further investigation
# info         		   Informational messages
# debug        		   Debug messages