blob: f8a57f660801c7a721cc8a4d291103b3f4e4a4fe (
plain)
1
2
3
4
5
6
7
|
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/@@) != ""; \
"At least one facility must be configured to log messages to file $VAR(./@)"
comp_help: Full path name of log file with leading slash
|