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

In the Processing Server Monitor, click **Processing Server Properties** on the shortcut menu and select **Write Processing Server trace log**.

<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

In the Processing Server Monitor, click **Station Properties** on the shortcut menu and select **Write Processing Station trace log**.

<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

Adjust Processing Server and Processing Station logging through the registry key `HKEY_LOCAL_MACHINE\SOFTWARE\ABBYY\FlexiCapture\12.0\FlexiBr`.

| Parameter                            | Description                                                     | Default |
| ------------------------------------ | --------------------------------------------------------------- | ------- |
| `LoggingManagerMaxLogFileSize`       | Maximum size of one log file, in bytes                          | 1 MB    |
| `LoggingManagerMaxOldLogsFilesCount` | Maximum number of log files                                     | 10      |
| `LoggingManagerMaxOldLogsFilesSize`  | Maximum total size of all log files, in bytes                   | 10 MB   |
| `LoggingLevel`                       | Level of logging detail, from 1 for the least to 9 for the most | 5       |
| `LoggingFilter`                      | The types of events to log                                      |         |

A filter string switches individual logs on and off. For example, `+Licensing;+AppState;-*;+Monitoring` enables the Licensing and AppState logs, while the `-*` mask disables the Monitoring log.
