Hi, I’m an admin of an instance that has this warning:
Deprecation: config option `[log].ENABLE_XORM_LOG` presents, please use `[log].logger.xorm.MODE` instead because this fallback will be/has been removed in 1.21
Because I don’t like warning I want this to go away without changing how the instance is setup, the current value is ENABLE_XORM_LOG=false but it’s not clear from the documentation what value of logger.xorm.MODE equates that, my guess would be omitting the new config (logger.xorm.MODE) altogether and having LOG_SQL=false(default) is enough, am I getting that correct? documentation is not clear enough for me to be sure