فهرست منبع

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
Patrick Caulfield 18 سال پیش
والد
کامیت
2c76838531
2فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 2 2
      conf/openais.conf
  2. 4 4
      man/openais.conf.5

+ 2 - 2
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
 	}

+ 4 - 4
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.