Hi,
We see huge amounts of logging info being written to the EcomOrders-table. We wonder if this can be switched off or at least minimized because pages of logging-info is being written and we suspect the order-process to become slow because of this.
The update statement: UPDATE EcomOrders SET OrderDebuggingInfo = '<DebuggingInfos> ... 40.000 characters!!! ... </DebuggingInfos>' WHERE OrderID = 'CART5085'
The field OrderDebuggingInfo gets updated with a value of a length of 40.000 characters! And this is done several times while adding products to a cart.
Thanks,
Ton