/
Extended Logging

Extended Logging

You can extend the Congree Bulk Check Service logging.

  1. Open diagnostic config file (e.g. C:\Program Files\Congree Language Technologies GmbH\Congree Core Server\Web.system.diagnostics.config)
  2. 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>
  3. If logs need to be received immediately, set autoflush="true".

Related content

Extended Logging
Extended Logging
More like this
How to extend the Congree Bulk Check Service log
How to extend the Congree Bulk Check Service log
More like this
How to extend the Congree Bulk Check Service log
How to extend the Congree Bulk Check Service log
More like this
Deployment
More like this
Deployment
More like this
Retrieving Health Information for Congree Components
Retrieving Health Information for Congree Components
More like this