Error Logging

<< Click to Display Table of Contents >>

Navigation:  Professional > Troubleshooting >

Error Logging

EQuIS Professional uses the Log4Net logging application. The log4net.config file is located in the \Program Files\EarthSoft\EQuIS directory. The default setting of the RollingLogFileAppender attribute is enabled with logging level set by default to "warn." Logging is written to the equisdebug.log file, which is typically stored in \Documents\My EQuIS Work.

 

There are two logging levels to choose from:

 

1.warn: only logs errors and warnings

2.all: logs errors, warnings, and information messages (uses more disk space)

 

The level value can be changed at the end of the log4net.config file, typically on line 26:

 

<level value="warn" />

 

Visit http://logging.apache.org/log4net/ for more information on log4net.