summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJason Hendry <jhendry@mintel.com>2014-11-24 12:04:52 +0000
committerDaniil Baturin <daniil@baturin.org>2017-09-14 13:39:52 +0200
commit124232650ad469241b35f3d5cf63df2d4eab1700 (patch)
treea7abdecff787eb24e2c798e768bd56f32ae8483b /templates
parentfc52e110589bcfa5880603a68957094ea45cfc6a (diff)
downloadvyatta-cfg-system-124232650ad469241b35f3d5cf63df2d4eab1700.tar.gz
vyatta-cfg-system-124232650ad469241b35f3d5cf63df2d4eab1700.zip
Expose rsyslog log level 'all' in CLI
Diffstat (limited to 'templates')
-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