summaryrefslogtreecommitdiff
path: root/templates/system/syslog/file/node.def
blob: e2c7759fd4321673355f390c10ed91f4ed671932 (plain)
1
2
3
4
5
tag:
type: txt
help: Set the name of  syslog file to save log messages to
syntax:expression: pattern $VAR(@) "^[-a-zA-Z0-9_.]+$" ; "invalid file name $VAR(@)"
commit:expression: $VAR(./facility/) != "" || $VAR(./archive/) != ""; "Must specify either facility or archive for syslog file"