> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Web Station logging

> Turn on request logging for FlexiCapture Verification, Scanning, and Web Capture Stations by creating a logs folder and setting nlog.config to Debug.

To enable logging for Verification, Scanning, or Web Capture Stations:

1. Create a new folder named `logs` in `C:\inetpub\wwwroot\FlexiCapture12\<StationName>`.
2. Make sure that the account that you are using to launch the Web Station pool has write permissions for the above folder.

As a result, a text file containing all requests sent by the Web Station is created in the `logs` folder.

ABBYY FlexiCapture 12 supports two levels of logging detail: `Error` and `Debug`. Error-level logs contain only errors, while Debug-level logs also contain diagnostic messages for each error. Logging is set to the `Error` level by default. To change the logging detail level:

1. Open the `nlog.config` file.
2. Find the following element: `<logger name="*" minlevel="Error" writeTo="f" />`.
3. Replace `Error` with `Debug`.
