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

Tell me does orbix provide tool to remove surplus empty lines from an orbix configuration file?

417


Explain how you can close the client connection to the orbix 3 daemon?

408


How you dump the orbix configuration?

462


How to download the orbix products?

421


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

424






Explain how you can configure an orbix domain to contain corbaloc references instead of iors for the orbix services?

416


Were java applets supported in orbix 6.3?

450


Does interceptor capture ssl handshaking errors?

480


How you can configure an orbix domain to contain corbaloc references instead of iors for the orbix services?

424


Will orbix 6 support i/o callback feature?

539


Does clients using orbix 3.x talk to servers using orbix 2000?

425


Explain how to download the orbix products?

430


Does orbix provide tool to remove surplus empty lines from an orbix configuration file?

424


Explain how you can access to corba objects in orbix?

410


Explain how to configure the license of orbix 3.3?

467