> ## 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 のログ

> logs フォルダーを作成し、nlog.config を Debug に設定して、FlexiCapture Verification、Scanning、および Web Capture Station のリクエストログを有効にします。

Verification、Scanning、または Web Capture Station でログを有効にするには:

1. `C:\inetpub\wwwroot\FlexiCapture12\<StationName>` に新しいフォルダーを作成し、その名前を `logs` にします。
2. Web Station pool の起動に使用しているアカウントに、上記フォルダーへの書き込み権限があることを確認します。

その結果、Web Station から送信されたすべてのリクエストを含むテキストファイルが、`logs` フォルダーに作成されます。

ABBYY FlexiCapture 12 では、ログの詳細レベルとして `Error` と `Debug` の 2 段階がサポートされています。Error レベルのログにはエラーのみが含まれ、Debug レベルのログには各エラーに関する診断メッセージも含まれます。既定では、ログは `Error` レベルに設定されています。ログの詳細レベルを変更するには:

1. `nlog.config` ファイルを開きます。
2. 次の要素を見つけます: `<logger name="*" minlevel="Error" writeTo="f" />`。
3. `Error` を `Debug` に置き換えます。
