How to Change Log Level in Developer

Hello…how can I change the default log level of my 4 developer to not log WARNs. I only want to see ERRORs. My solution has a number of columns whose names are greater than 30 chars and I get 100 or so WARNs every time I open the solution and it is making a huge log file.

Thanks

Open your servoy.properties file and replace all occurrences of “WARN” by “ERROR”.

Other log levels are “OFF”, “FATAL”, “INFO”, “DEBUG”, “TRACE” and “ALL”.