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
This commit is contained in:
Patrick Caulfield 2007-10-10 10:28:14 +00:00
parent d0f5ef7ed1
commit 2c76838531
2 changed files with 6 additions and 6 deletions

View File

@ -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
}

View File

@ -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.