/
Extended Logging
Extended Logging
You can extend the Congree Bulk Check Service logging.
- Open diagnostic config file (e.g. C:\Program Files\Congree Language Technologies GmbH\Congree Core Server\Web.system.diagnostics.config)
Replace
<source name="System.ServiceModel" propagateActivity="true"> <listeners> <!-- To propogate activity id --> <add name="DefaultTraceListener" type="System.Diagnostics.DefaultTraceListener"/> </listeners> </source>
with
<source name="System.ServiceModel" switchValue="Verbose" propagateActivity="true"> <listeners> <!-- To propogate activity id --> <!-- <add name="DefaultTraceListener" type="System.Diagnostics.DefaultTraceListener"/> --> <add name="RollingFileTraceListener"/> </listeners> </source>
If logs need to be received immediately, set autoflush="true".
, multiple selections available,
Related content
Logging in to the Congree Server
Logging in to the Congree Server
More like this
Configuring the Congree Telemetry Collector
Configuring the Congree Telemetry Collector
More like this
Checking a Document
Checking a Document
More like this
Configuring Automatic Updates
Configuring Automatic Updates
More like this
Configure automatic updates
Configure automatic updates
More like this
Getting Started: Update or adjust the Congree server host
Getting Started: Update or adjust the Congree server host
More like this