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 to configure the license of orbix 3.3?

573


How are connections managed in Orbix Connect?

2062


Explain how you can configure orbix logging?

569


How to developed the event service consumers and suppliers?

611


How to configure the license of orbix 3.3?

601


Explain how to download the orbix products?

537


How you can access to cobra objects in orbix?

604


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

555


Define orbix?

556


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

574


Explain how you configure thread pool settings in orbix 6.3?

544


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

525


Does orbix 3 and 6 support java 7?

543


How you dump the orbix configuration?

611


How to configure for slow connectionsinvocations

1305