InterviewSolution
| 1. |
How To Increase The Internal Logging In Orbix Configure? |
|
Answer» 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 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 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 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 |
|