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 |
How you can access to cobra objects in orbix?
Explain how to change the default orbix client timeout?
What soft_limit and hard_limit configuration settings apply for each orbix process or for a sum of orbix processes running in an orbix domain?
How can you dump the orbix configuration?
How we can access to corba objects in orbix?
Explain how you can close the client connection to the orbix 3 daemon?
How to programatically query the length of a workqueue
Define orbix?
Will orbix 6 support i/o callback feature?
What do you recommended for clients using the jdk orb?
Explain how to change the port of the orbix notification service?
Can an interceptor capture SSL handshaking errors?