How to increase internal logging in itconfigure.



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

Post New Answer

More Orbix Interview Questions

Does the orbix have size limit for corba messages?

0 Answers  


Does Orbix provide a tool to remove surplus empty lines from an Orbix configuration file?

1 Answers  


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?

0 Answers  


Does Orbix support Oracle JRockit Java Virtual Machine ?

1 Answers  


How are connections managed in Orbix Connect?

0 Answers   TCS,


How to configure the license of orbix 3.3?

0 Answers  


Explain how you can configure an orbix domain to contain corbaloc references instead of iors for the orbix services?

0 Answers  


How to develop Event Service consumers and suppliers?

1 Answers  


Does Orbix Web Services provide locator functionality for Web Services endpoints?

1 Answers  


Explain how are connections managed in orbix connect?

0 Answers  


Explain how we can access to corba objects in orbix?

0 Answers  


Define orbix?

0 Answers  


Categories