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 |
What is orbix?
How to configure an Orbix domain to contain corbaloc references instead of IORs for the Orbix services
Can a client use jdk orb to communicate with orbix domain?
Does Orbix have a size limit for CORBA messages?
Do the soft_limit and hard_limit configuration settings apply for each Orbix process or for a sum of Orbix processes running in an Orbix domain?
How to change the port of the orbix notification service?
Can clients using Orbix 3.x talk to servers using Orbix 2000 ?
How to configure an Orbix 3.3 license.
How to limit connections tofrom a service ?
How you can access to corba objects in orbix?
How to developed the event service consumers and suppliers?
Does interceptor capture ssl handshaking errors?