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 |
Does Orbix provide a tool to remove surplus empty lines from an Orbix configuration file?
Does interceptor capture ssl handshaking errors?
Can an interceptor capture SSL handshaking errors?
Does clients using orbix 3.x talk to servers using orbix 2000?
How you can configure orbix logging?
How to developed the event service consumers and suppliers?
Explain how to download the orbix products?
Does orbix 3 support vos (virtualization operating systems)?
How to set the ORB properties?
How you can configure an orbix domain to use fully qualified host names rather than short host names or ip addresses?
How to limit the connections to from a service?
Can I change the port of the Orbix Notification Service?