How to increase internal logging in itconfigure.

Answer Posted / babuv

The itconfigure utility uses Log4J logging. This is configured in the properties file:

<ORBIX_INSTALL_DIR>asp6.3 emplatesetclog4jlog4j.properties.

To configure debug logging level, change the first line of the properties file from:

log4j.rootLogger=ERROR, A1

to

log4j.rootLogger=DEBUG, A1

The above change writes debug logging to the console. The logging output can be redirected to a file by adding the following lines to the log4j.properties file:

logDir = C:/temp

log4j.appender.A1.File=${logDir}/itconfigure.log

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 can configure orbix logging?

452


Explain how you can configure an orbix domain to use fully qualified host names rather than short host names or ip addresses?

428


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

421


How we can access to corba objects in orbix?

433


Explain how you can configure an orbix domain to use the dns network alias hostname in iors for orbix services?

437






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

415


Explain how you configure thread pool settings in orbix 6.3?

401


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

406


Can a client use jdk orb to communicate with orbix domain?

418


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

423


What do you recommended for clients using the jdk orb?

427


How you can configure orbix logging?

453


Explain how to limit the connections to from a service?

413


Does the orbix have size limit for corba messages?

439


Explain how to download the orbix products?

427