I'm working on some troubleshooting with econnect. I follow the programmers guide to turn on logging but besides the initial start,
it has not logged anything. I'm not going to post the whole config for econnect, but basically these are the entries I changed. I assume if something came
across econnect, it should be logged if the diagnostic logging was on?
-- Change switch to verbose
<source name="eConnectTraceSource" switchValue="Verbose">
<source name="eConnectServiceTraceSource" switchValue="Verbose">
-- add path to file.
add initializeData="D:\Logs\eConnectSvc.log" type="System.Diagnostics.TextWriterTraceListener, System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089"name="eConnectSvcTextTracelistener">
<filter type="" />
<add initializeData="D:\Logs\eConnectSvcLog.xml" type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089" name="eConnectSvcXmlTracelistener">
*This post is locked for comments