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 to develop Event Service consumers and suppliers?
How to programatically query the length of a workqueue
How you can configure orbix logging?
Does orbix provide tool to remove surplus empty lines from an orbix configuration file?
Does Orbix have a size limit for CORBA messages?
How you configure thread pool settings in orbix 6.3?
How to close the client connection to the Orbix 3 daemon
How to increase internal logging in itconfigure.
Explain how are connections managed in orbix connect?
Does Orbix support Oracle JRockit Java Virtual Machine ?
Does Orbix 6 and Orbix 3 support Java 7?
Explain how you can configure an orbix domain to use fully qualified host names rather than short host names or ip addresses?