From 4fad622ecce85230f0cdd7a6bbd98010107fb144 Mon Sep 17 00:00:00 2001 From: Jason Hendry Date: Mon, 24 Nov 2014 12:04:52 +0000 Subject: Expose rsyslog log level 'all' in CLI --- templates/system/syslog/console/facility/node.tag/level/node.def | 5 +++-- .../system/syslog/file/node.tag/facility/node.tag/level/node.def | 5 +++-- templates/system/syslog/global/facility/node.tag/level/node.def | 5 +++-- .../system/syslog/host/node.tag/facility/node.tag/level/node.def | 5 +++-- .../system/syslog/user/node.tag/facility/node.tag/level/node.def | 5 +++-- 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 -- cgit v1.2.3