summaryrefslogtreecommitdiff
path: root/templates/vpn/ipsec/logging/level/node.def
blob: 9b63ebb0ed38989c7dc50abfdf2e0613d67f55c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
help: Set logging level
type: txt
syntax:expression: $VAR(@) 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