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 |
Does the orbix have size limit for corba messages?
Does Orbix provide a tool to remove surplus empty lines from an Orbix configuration file?
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?
Does Orbix support Oracle JRockit Java Virtual Machine ?
How are connections managed in Orbix Connect?
How to configure the license of orbix 3.3?
Explain how you can configure an orbix domain to contain corbaloc references instead of iors for the orbix services?
How to develop Event Service consumers and suppliers?
Does Orbix Web Services provide locator functionality for Web Services endpoints?
Explain how are connections managed in orbix connect?
Explain how we can access to corba objects in orbix?
Define orbix?