disable Zeitwerk logging

This commit is contained in:
Jérémy Lecour 2019-03-04 13:32:24 +01:00 committed by Jérémy Lecour
parent b59b166676
commit b144e62562
1 changed files with 3 additions and 0 deletions

View File

@ -41,3 +41,6 @@ module Chexpire
config.chexpire = Hashie::Mash.new(config_for(:"chexpire.defaults").deep_merge(config_for(:chexpire)))
end
end
### Uncomment this to have zeitwerk debug log printed in stdout.
# Rails.autoloaders.logger = method(:puts)