Skip to main content
Summary No log file produced for Notification Service
Article Number 13037
Environment All Supported Operating Systems Orbix 6.x
Question/Problem Description Enabling logging for the Notification Service.
How to enable Notification Service logging.
Does the Notification Service produce logging, by default?
itnotify not logging, how to enable logging?
Clarifying Information
Error Message
Defect/Enhancement Number
Cause
Resolution In order to improve performance, the local log stream is not present in the Notification Service's ORB plugin list, by default. This prevents the Notification Services from gathering log information.

In order to enable logging for the Notification Service, do the following:


1) Add "local_log_stream" to Notification Service's ORB plugin list. For example:

         orb_plugins = ["local_log_stream", "iiop_profile", "giop", "iiop", "egmiop_component", "egmiop"];

 
2) Set the Notification Services event_log:filters to the desired level. For example, the following setting will provide full logging.

         event_log:filters = ["*=*"];

For further information, please see our Orbix documentation:

Orbix Configuration Reference
http://supportline.microfocus.com/Documentation/books/Orbix/635/configuration reference.pdf
Workaround
Notes This article was originally stored on Primus under the code "P141487".
Attachment
Created date: 06 September 2011
Last Modified: 13 February 2013
Last Published: 23 June 2012
First Published date: 09 September 2011

#KnowledgeDocs
#Orbix