Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain how you configure thread pool settings in orbix 6.3?

651


How to increase the internal logging in orbix configure?

704


Explain how to change the default orbix client timeout?

615


What is orbix?

719


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

666


How we can access to corba objects in orbix?

688


Explain how we can access to corba objects in orbix?

754


Explain how you can retrieve the local ip address on client side within an interceptor?

680


How you can retrieve the local ip address on client side within an interceptor?

732


Explain how you can access to corba objects in orbix?

668


How can you dump the orbix configuration?

680


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

704


How you can access to cobra objects in orbix?

740


Were java applets supported in orbix 6.3?

692


How to limit the connections to from a service?

713