Skip to main content

i4connected Knowledgebase 5.6

Enabling API Debugging Logging

Abstract

Check out this article and learn how to enable the i4connected API Debugging Logging service for your configured installation.

If it is desired to enable extended logging for your i4connected installation, please proceed as described below:

  1. Open the i4connected API folder and identify the web.config file.

  2. Open the web.config file using an editor tool and change the 'stdoutLogEnabled' setting from 'false' to 'true'.

    stdoutLog.jpg
  3. Further on, open the appsettings.Development.json file, under the same location, and change the logging detail level.

    Tip

    For example, change the logging detail level from "Default": "Warning" to "Default": "Debug".

    DebugLoggibg.jpg