Enable logging for a Web Station
This applies to Verification, Scanning, and Web Capture Stations.1
Create the logs folder
Create a folder named
logs in C:\inetpub\wwwroot\FlexiCapture12\<StationName>.2
Grant write permissions
The account that launches the Web Station pool needs write access to that folder.
logs folder.
Change the logging detail level
ABBYY FlexiCapture 12 supports two levels of detail.Error records only errors, and Debug adds diagnostic messages for each error. The default is Error.
To raise it, open nlog.config, find <logger name="*" minlevel="Error" writeTo="f" />, and replace Error with Debug.