How to configure Orbix logging ?



How to configure Orbix logging ?..

Answer / 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

More Orbix Interview Questions

How you can configure orbix logging?

0 Answers  


How to configure an Orbix domain to contain corbaloc references instead of IORs for the Orbix services

1 Answers  


Explain how to change the port of the orbix notification service?

0 Answers  


How we can access to corba objects in orbix?

0 Answers  


How to configure an Orbix domain to use the DNS network alias hostname in IORs for Orbix services

1 Answers  






How to limit connections tofrom a service ?

1 Answers  


Can a client use jdk orb to communicate with orbix domain?

0 Answers  


Does Orbix 6 support I/O callback feature?

1 Answers  


Will you join our company if paid less your current CTC?

0 Answers  


Does orbix 3 and 6 support java 7?

0 Answers  


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

0 Answers  


How to configure the license of orbix 3.3?

0 Answers  


Categories