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.
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.