Log error when exceeding number of maximum rows in export to CSV

0
Hi all, When a user in our app presses the button ‘export to csv’ in a data grid and the number of rows is exceeded, a log error is created → system text for item ‘Maximum number of rows exceeded’. However, I would like to configure this kind of action to an INFO/WARNING instead of an ERROR.  Any ideas how I can reduce the log level of this button? Log nodes ActionManager and Client are already set to INFO. Thanks! Kind regards, Mark
asked
1 answers
1

The log levels that you have set to INFO, are the levels for reading the log. What you request is changing the level of writing to the log. For this error you can not change that level. It is generated by the datagrid widget which is unconfigurable closed code owned by Mendix.

answered