Answers

Question and Answer:

  Home  Orbix

⟩ How to increase the internal logging in Orbix configure?

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

 209 views

More Questions for you: