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 configure an Orbix domain to use fully qualified host names rather than short host names or IP addresses
How to increase the internal logging in orbix configure?
Were java applets supported in orbix 6.3?
Will orbix 6 support i/o callback feature?
Does interceptor capture ssl handshaking errors?
How to configure an Orbix domain to contain corbaloc references instead of IORs for the Orbix services
How to dump Orbix configuration
Explain how you can retrieve the local ip address on client side within an interceptor?
How to set the ORB properties?
Can I change the port of the Orbix Notification Service?
Does orbix 3 and 6 support java 7?
How you configure thread pool settings in orbix 6.3?