API Optimisation - Logging

Hi,

I am trying to reduce my logging entries from Info to Error to reduce some API calls and keep the app in the lowest tier possible.

However when I try and change the logging level in the console I get this error. (red box top right)

Column type change is not supported in strict schema mode. Entity 'Loggers; column ‘Value’; current type 'UNKNOWN; target type ‘STRING’

AppId: E9DF3457-FBDF-4D42-A6F3-FDFF2C260FF6

Regards

Mike

Hello @mike-turner

I see you have changed the Loggers table schema.
Please try changing the Value column type to STRING:
Console - Data - BDB - SYSTEM DATA - Loggers - SCHEMA -
TABLE EDITOR - select value - change to STRING

Regards,
Vladimir

Thanks Vladimir, that fixed it. (don’t remember changing that table though, must have been by accident at some point!)