How to increase internal logging in itconfigure.
Answer / 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 |
How you can configure orbix logging?
Explain how you can configure an orbix domain to use the dns network alias hostname in iors for orbix services?
Does Orbix support Oracle JRockit Java Virtual Machine ?
What is orbix?
Explain how you configure thread pool settings in orbix 6.3?
How are connections managed in Orbix Connect?
How to limit connections tofrom a service ?
Explain how you can close the client connection to the orbix 3 daemon?
Can an interceptor capture SSL handshaking errors?
Explain how you can configure an orbix domain to use fully qualified host names rather than short host names or ip addresses?
How you configure thread pool settings in orbix 6.3?
Does the orbix have size limit for corba messages?