Skip to content

Instantly share code, notes, and snippets.

@adrianthedev
Created January 19, 2024 15:35
Show Gist options
  • Save adrianthedev/982d880ec6d7eff86512602ec5fba49d to your computer and use it in GitHub Desktop.
Save adrianthedev/982d880ec6d7eff86512602ec5fba49d to your computer and use it in GitHub Desktop.
Disable logging for tests
if ENV["RAILS_LOG"].blank?
config.logger = Logger.new(nil)
config.log_level = :fatal
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment