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
How you configure thread pool settings in orbix 6.3?
Explain how you can close the client connection to the orbix 3 daemon?
Does orbix 3 and 6 support java 7?
Does orbix 3 support vos (virtualization operating systems)?
Explain how you can configure an orbix domain to use the dns network alias hostname in iors for orbix services?
How to configure for slow connectionsinvocations
What soft_limit and hard_limit configuration settings apply for each orbix process or for a sum of orbix processes running in an orbix domain?
Tell me does orbix provide tool to remove surplus empty lines from an orbix configuration file?
Were java applets supported in orbix 6.3?
How to change the port of the orbix notification service?
Explain how you can configure an orbix domain to use fully qualified host names rather than short host names or ip addresses?
Explain how to change the port of the orbix notification service?
How you can access to cobra objects in orbix?
How are connections managed in Orbix Connect?
Explain how to configure the license of orbix 3.3?