November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Ok, solved it myself, posting it here as a reference for others:
inside ecf.catalog.config there is a reference under <Events/> to a cataloglogger, remove this and logging is disabled.
We are importing products into commerce through an EPiServer scheduled job, and every single time we modify or create an object an insert statement is executed adding an entry into ApplicationLog table. This means that we are in the multi million range in regards to entries in the ApplicationLog after importing just a few hundred products.
The webhelp indicates that this is the default behavior but can be changed, but i can't find any reference to how i change it in the sdk, so my question is how do I disable it? i have modified log4net.config and removed the ecf databaseappender but it is still logging like crazy, which kills import performance completely, not to mention using diskspace on useless log entries.