Configuring The Logging Level For Laserfiche Web Administration Console 9.

August 25, 2014 | KB: 1013519
Laserfiche 9

Summary

Configure the amount of detail when Web Administration Console 9 logs error messages.

Resolution

In the Web Administration Console installation folder, modify the web.config file to change logging levels.

  1. Browse to the Web Administration Console installation folder and open web.config with a text editor. By default, the path is C:\Program Files\Laserfiche\WebAdmin\web.config.
  2. Look for a line similar to the following:

    <add key="LogLevel" value="1"/>

  3. Modify value to the desired logging level. Valid values include:
    ValueDescription
    0No error logging.
    1Only log critical errors.
    5Log critical errors and important warnings.
    10Log critical errors, important warnings, and informational messages.
    100Log all errors and messages.
  4. Save the changes to web.config.