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
How you can configure an orbix domain to contain corbaloc references instead of iors for the orbix services?
How are connections managed in Orbix Connect?
How you configure thread pool settings in orbix 6.3?
How to increase the internal logging in orbix configure?
Does server migration to new physical ip address also impact on orbix?
How to developed the event service consumers and suppliers?
Does orbix 3 and 6 support java 7?
How to download the orbix products?
What is orbix?
How to change the port of the orbix notification service?
How to configure for slow connectionsinvocations
Explain how we can access to corba objects in orbix?
How you can access to cobra objects in orbix?
Explain how you can configure an orbix domain to contain corbaloc references instead of iors for the orbix services?
How can you dump the orbix configuration?