> ## 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.

# Processing logging

> Enable trace logging for the FlexiCapture Processing Server and Processing Stations in Processing Server Monitor, and tune log size, count, and level.

Enable trace logging for the Processing Server and Processing Stations in the Processing Server Monitor, and then fine-tune the log files through the registry.

By default, processing logs are saved in `%ProgramData%\ABBYY\FlexiCapture\12.0\FlexiBr[Svc]\Logs`.

## Enable Processing Server logging

1. Launch the Processing Server Monitor.
2. Click **Processing Server Properties** on the shortcut menu and select the **Write Processing Server trace log** option.

<Frame>
  <img src="https://mintcdn.com/abbyy/XVEmG3cTpHwMKf5X/images/flexi-capture/TG_Logs_Proccessing_1.png?fit=max&auto=format&n=XVEmG3cTpHwMKf5X&q=85&s=2e22e28763a4ff0d3eabccfc0da78255" alt="Screenshot of the Processing Server Properties menu with the Write Processing Server trace log option selected." width="449" height="379" data-path="images/flexi-capture/TG_Logs_Proccessing_1.png" />
</Frame>

## Enable Processing Station logging

1. Launch the Processing Server Monitor.
2. Click **Station Properties** on the shortcut menu and select the **Write Processing Station trace log** option.

<Frame>
  <img src="https://mintcdn.com/abbyy/XVEmG3cTpHwMKf5X/images/flexi-capture/TG_Logs_Proccessing_2.png?fit=max&auto=format&n=XVEmG3cTpHwMKf5X&q=85&s=1ec1c41658aaa8acd81597cc7cdbb261" alt="Screenshot of the Station Properties menu with the Write Processing Station trace log option selected." width="413" height="501" data-path="images/flexi-capture/TG_Logs_Proccessing_2.png" />
</Frame>

## Set up logging using the registry

You can adjust Processing Server and Processing Station logging through the following registry key: `HKEY_LOCAL_MACHINE\SOFTWARE\ABBYY\FlexiCapture\12.0\FlexiBr`.

You can modify the following parameters:

* `LoggingManagerMaxLogFileSize` — maximum allowed size of one log file in bytes (1 MB by default).
* `LoggingManagerMaxOldLogsFilesCount` — maximum allowed number of log files (10 by default).
* `LoggingManagerMaxOldLogsFilesSize` — maximum total size of all log files in bytes (10 MB by default).
* `LoggingLevel` — level of logging detail from 1 (minimum detail) to 9 (maximum detail). `LoggingLevel` is set to 5 by default.
* `LoggingFilter` — the types of events that will be logged.\
  Sample filter string: `+Licensing;+AppState;-*;+Monitoring`. This filter enables the Licensing and AppState logs. The Monitoring log is disabled by the `-*` mask.
