growstuff icon indicating copy to clipboard operation
growstuff copied to clipboard

Log level tidy up for prod (and deprecation)

Open Br3nda opened this issue 3 years ago • 0 comments

i moved prod from INFO to WARN log level to make it readable. I can now see this in the logs:

2021-01-03T20:05:48.772246+00:00 app[web.1]: DEPRECATION WARNING: Including LoggerSilence is deprecated and will be removed in Rails 6.1. Please use ActiveSupport::LoggerSilence instead (called from <top (required)> at /app/config/application.rb:10)

Let's look at using LogRage gem instead, and then set back to INFO level

Br3nda avatar Jan 03 '21 20:01 Br3nda