How do I turn off SQL queries logging? Apparently ...
# exposed
m
How do I turn off SQL queries logging? Apparently
logger.addLogger(StdOutSqlLogger)
is turning them on, but I no longer want the logging so I removed the line and I still have it logging everything, I even tried
logger.removeLogger
and it has no effect.