Rails: Disabling logging entirely

In an environment:

config.logger = Logger.new('/dev/null')
Henning Koch Almost 6 years ago