Signed-off-by: Angus Salkeld <[email protected]>
---
conf/lenses/corosync.aug | 2 +-
conf/lenses/tests/test_corosync.aug | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/conf/lenses/corosync.aug b/conf/lenses/corosync.aug
index f3257e9..b012742 100644
--- a/conf/lenses/corosync.aug
+++ b/conf/lenses/corosync.aug
@@ -89,7 +89,7 @@ let common_logging =
|kv "logfile_priority" /alert|crit|debug|emerg|err|info|notice|warning/
|kv "syslog_priority" /alert|crit|debug|emerg|err|info|notice|warning/
|kv "syslog_facility"
/daemon|local0|local1|local2|local3|local4|local5|local6|local7/
- |qstr /logfile|trace/
+ |qstr /logfile|tags/
(* A logger_subsys subsection *)
let logger_subsys =
diff --git a/conf/lenses/tests/test_corosync.aug
b/conf/lenses/tests/test_corosync.aug
index a0fe1d5..10b3c2e 100644
--- a/conf/lenses/tests/test_corosync.aug
+++ b/conf/lenses/tests/test_corosync.aug
@@ -40,6 +40,7 @@ logging {
logfile: /tmp/corosync-msg.log
subsys: MSG
debug: on
+ tags: enter|trace4
}
}
@@ -114,7 +115,8 @@ test Corosync.lns get conf =
{ "to_stderr" = "no" }
{ "logfile" = "/tmp/corosync-msg.log" }
{ "subsys" = "MSG" }
- { "debug" = "on" } } }
+ { "debug" = "on" }
+ { "tags" = "enter|trace4" } } }
{ }
{ "quorum"
{ "provider" = "corosync_quorum_ykd" }
--
1.7.3.1
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais