1

In our WinForms app and our ASP.NET app using MDriven FW 7, I notice that the EcoSpace writes all PM events to the debug output. I think this slows it down and would like to disable it.

How do I control this feature?

Update: I now noticed that the source of the messages is not MDriven's PM, but the FIrebird .NET client. Consequently, this question is moot.

Kjell Rilbe
  • 1,331
  • 14
  • 39

1 Answers1

0

Any log the PMMapper writes in normal runtime should adhere to the EcoLogSwitches.LogSql switch. Do you have it turned on?

Hans Karlsen
  • 2,275
  • 1
  • 15
  • 15
  • Where? Web.config/app.config? Designer property? Code? – Kjell Rilbe Jun 07 '18 at 16:30
  • A search for `LogSql` in the entire solution reveals that it's being set only in places that are not executed, and specifically are not executed at start-up. Clarified that I know I see this in the ASP.NET app, not so sure about the WinForms app. – Kjell Rilbe Jun 07 '18 at 17:23