diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-11-25 13:20:32 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-11-25 13:20:32 +0600 |
commit | bae8fdd9f40c329d0a06ea719a3efbd64c185cdc (patch) | |
tree | fa914221c503177a88fcf751c049ecc06f141fa2 /templates | |
parent | f86b6adbf3ed95ee5bb13d4a3b24d98cbd022596 (diff) | |
parent | 4fad622ecce85230f0cdd7a6bbd98010107fb144 (diff) | |
download | vyatta-cfg-system-bae8fdd9f40c329d0a06ea719a3efbd64c185cdc.tar.gz vyatta-cfg-system-bae8fdd9f40c329d0a06ea719a3efbd64c185cdc.zip |
Merge pull request #34 from jhendryUK/rsyslog_log_everything
Bug #391: Expose rsyslog log level 'all' in CLI
Diffstat (limited to 'templates')
5 files changed, 15 insertions, 10 deletions
diff --git a/templates/system/syslog/console/facility/node.tag/level/node.def b/templates/system/syslog/console/facility/node.tag/level/node.def index 888f3eff..e69b30d4 100644 --- a/templates/system/syslog/console/facility/node.tag/level/node.def +++ b/templates/system/syslog/console/facility/node.tag/level/node.def @@ -1,8 +1,8 @@ type: txt help: Logging level -syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug"; "\"$VAR(@)\" is not a valid logging level" +syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug", "all"; "\"$VAR(@)\" is not a valid logging level" default: "err" -allowed: echo emerg alert crit err warning notice info debug +allowed: echo emerg alert crit err warning notice info debug all val_help: emerg; Emergency messages val_help: alert; Urgent messages @@ -12,3 +12,4 @@ val_help: warning; Warning messages val_help: notice; Messages for further investigation val_help: info; Informational messages val_help: debug; Debug messages +val_help: all; Log everything diff --git a/templates/system/syslog/file/node.tag/facility/node.tag/level/node.def b/templates/system/syslog/file/node.tag/facility/node.tag/level/node.def index 888f3eff..e69b30d4 100644 --- a/templates/system/syslog/file/node.tag/facility/node.tag/level/node.def +++ b/templates/system/syslog/file/node.tag/facility/node.tag/level/node.def @@ -1,8 +1,8 @@ type: txt help: Logging level -syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug"; "\"$VAR(@)\" is not a valid logging level" +syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug", "all"; "\"$VAR(@)\" is not a valid logging level" default: "err" -allowed: echo emerg alert crit err warning notice info debug +allowed: echo emerg alert crit err warning notice info debug all val_help: emerg; Emergency messages val_help: alert; Urgent messages @@ -12,3 +12,4 @@ val_help: warning; Warning messages val_help: notice; Messages for further investigation val_help: info; Informational messages val_help: debug; Debug messages +val_help: all; Log everything diff --git a/templates/system/syslog/global/facility/node.tag/level/node.def b/templates/system/syslog/global/facility/node.tag/level/node.def index 888f3eff..e69b30d4 100644 --- a/templates/system/syslog/global/facility/node.tag/level/node.def +++ b/templates/system/syslog/global/facility/node.tag/level/node.def @@ -1,8 +1,8 @@ type: txt help: Logging level -syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug"; "\"$VAR(@)\" is not a valid logging level" +syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug", "all"; "\"$VAR(@)\" is not a valid logging level" default: "err" -allowed: echo emerg alert crit err warning notice info debug +allowed: echo emerg alert crit err warning notice info debug all val_help: emerg; Emergency messages val_help: alert; Urgent messages @@ -12,3 +12,4 @@ val_help: warning; Warning messages val_help: notice; Messages for further investigation val_help: info; Informational messages val_help: debug; Debug messages +val_help: all; Log everything diff --git a/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def b/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def index 888f3eff..e69b30d4 100644 --- a/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def +++ b/templates/system/syslog/host/node.tag/facility/node.tag/level/node.def @@ -1,8 +1,8 @@ type: txt help: Logging level -syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug"; "\"$VAR(@)\" is not a valid logging level" +syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug", "all"; "\"$VAR(@)\" is not a valid logging level" default: "err" -allowed: echo emerg alert crit err warning notice info debug +allowed: echo emerg alert crit err warning notice info debug all val_help: emerg; Emergency messages val_help: alert; Urgent messages @@ -12,3 +12,4 @@ val_help: warning; Warning messages val_help: notice; Messages for further investigation val_help: info; Informational messages val_help: debug; Debug messages +val_help: all; Log everything diff --git a/templates/system/syslog/user/node.tag/facility/node.tag/level/node.def b/templates/system/syslog/user/node.tag/facility/node.tag/level/node.def index 888f3eff..e69b30d4 100644 --- a/templates/system/syslog/user/node.tag/facility/node.tag/level/node.def +++ b/templates/system/syslog/user/node.tag/facility/node.tag/level/node.def @@ -1,8 +1,8 @@ type: txt help: Logging level -syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug"; "\"$VAR(@)\" is not a valid logging level" +syntax:expression: $VAR(@) in "emerg", "alert", "crit", "err", "warning", "notice", "info", "debug", "all"; "\"$VAR(@)\" is not a valid logging level" default: "err" -allowed: echo emerg alert crit err warning notice info debug +allowed: echo emerg alert crit err warning notice info debug all val_help: emerg; Emergency messages val_help: alert; Urgent messages @@ -12,3 +12,4 @@ val_help: warning; Warning messages val_help: notice; Messages for further investigation val_help: info; Informational messages val_help: debug; Debug messages +val_help: all; Log everything |