From 2c7683853178a5d973a2e28b53f05076b63edeec Mon Sep 17 00:00:00 2001 From: Patrick Caulfield Date: Wed, 10 Oct 2007 10:28:14 +0000 Subject: [PATCH] Fix openais.conf example and man page to match the new logsys directives. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1466 fd59a12c-fef9-0310-b244-a6a79926bd2f --- conf/openais.conf | 4 ++-- man/openais.conf.5 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/openais.conf b/conf/openais.conf index 789a3c11..f32bc662 100644 --- a/conf/openais.conf +++ b/conf/openais.conf @@ -19,8 +19,8 @@ logging { logfile: /tmp/openais.log debug: off timestamp: on - logger { - ident: AMF + logger_subsys { + subsys: AMF debug: off tags: enter|leave|trace1|trace2|trace3|trace4|trace6 } diff --git a/man/openais.conf.5 b/man/openais.conf.5 index 46e6fe8f..1dfe136e 100644 --- a/man/openais.conf.5 +++ b/man/openais.conf.5 @@ -446,7 +446,7 @@ found in the executive. Set the value to to debug, .B off to turn off debugging. If enabled, individual loggers can be disabled using a -.B logger +.B logger_subsys directive. The default is off. @@ -479,12 +479,12 @@ directive, logger directives are optional. .PP .PP Within the -.B logger +.B logger_subsys sub-directive of logging there are three configuration options: .TP -ident -This specifies the identity (name) for which logging is specified. This is the +subsys +This specifies the subsystem identity (name) for which logging is specified. This is the name used by a service in the log_init () call. E.g. 'CKPT'. This directive is required.