How to configure Orbix logging ?

Answer Posted / babuv

Orbix logging is configured through the event_log filters. These sequences of variables set the logging level for each of Orbix's subsystem. For example, the following configures the IT_POA subsystem to display only error messages:

event_log:filters = ["IT_POA=ERROR"];

Similarly, the following sets the IT_POA subsystem to display only error messages and also the IT_PSS_DB subsystem to display only warning, error and fatal messages:

event_log:filters = ["IT_POA=ERROR", "IT_PSS_DB=WARN+ERROR+FATAL"];

An asterisk can be used as a wildcard character, either to specify all subsystems, or all message levels. For example, the following configures the IT_POA subsystem to display all messages:

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

Similarly, the following configures all subsystems to display all messages:

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

If unconfigured, a subsystem will display no messages.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you can close the client connection to the orbix 3 daemon?

566


What do you recommended for clients using the jdk orb?

553


Explain how you can access to corba objects in orbix?

539


Does server migration to new physical ip address also impact on orbix?

530


How can you dump the orbix configuration?

563


Explain how to download the orbix products?

543


How to increase the internal logging in orbix configure?

588


Does the orbix have size limit for corba messages?

571


How you can access to cobra objects in orbix?

613


Explain how to limit the connections to from a service?

544


How to download the orbix products?

545


How you configure thread pool settings in orbix 6.3?

557


How to configure for slow connectionsinvocations

1324


Tell me does orbix web services provide locator functionality for web services endpoints?

613


How you dump the orbix configuration?

619