Disable xorm logging in v1.21+

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

;; Either “console”, “file” or “conn”, default is “console”

;; Use comma to separate multiple modes, e.g. “console, file”

[log]
logger.xorm.MODE = console

@lunny it might be a formatting issue but I only see a comment of MODE options and an empty comment after

Updated my comment above.