We are running Econnect 11 and in the C:\Program Files\Microsoft Dynamics\eConnect 11.0 folder there are two files named: econnect.log and WCTTracing.svclog.
the econnect.log file is 2gb and the other is WCTTracing.svclog 10gb.
Can I delete these files without harming anything and is it true I can disable logging by changing the following:
<system.diagnostics>
<sources>
<source name="eConnectTraceSource" switchValue="Verbose"> Would I change switchvalue="Off"
<listeners>
<add name="eConnectTextTracelistener">
<filter type="" />
</add>
</listeners>
</source>
<source name="eConnectServiceTraceSource" switchValue="Verbose"> Would I change switchvalue="Off"
<listeners>
<add name="eConnectSvcTextTracelistener">
<filter type="" />
</add>
</listeners>
</source>
is there anything else I would need to change?
*This post is locked for comments