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.