summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Hendry <jhendry@mintel.com>2014-11-24 12:04:52 +0000
committerJason Hendry <jhendry@mintel.com>2014-11-24 12:04:52 +0000
commit4fad622ecce85230f0cdd7a6bbd98010107fb144 (patch)
tree26aeccdd50763672f147a504128c1bffda018a64
parent7a5a8500091589f0ede3d5a1dbc8b6b4b3fabf1d (diff)
downloadvyatta-cfg-system-4fad622ecce85230f0cdd7a6bbd98010107fb144.tar.gz
vyatta-cfg-system-4fad622ecce85230f0cdd7a6bbd98010107fb144.zip
Expose rsyslog log level 'all' in CLI
-rw-r--r--templates/system/syslog/console/facility/node.tag/level/node.def5
-rw-r--r--templates/system/syslog/file/node.tag/facility/node.tag/level/node.def5
-rw-r--r--templates/system/syslog/global/facility/node.tag/level/node.def5
-rw-r--r--templates/system/syslog/host/node.tag/facility/node.tag/level/node.def5
-rw-r--r--templates/system/syslog/user/node.tag/facility/node.tag/level/node.def5
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