harrystech / cronut

[DEPRECATED] A dead man's switch server implementation in Rails. (We @harrystech have moved to a full-featured "job monitoring as a service" vendors and have retired Cronut.)
24 stars 6 forks source link

Specify production log level (info) #34

Closed werkshy closed 5 years ago

werkshy commented 5 years ago

Address this deprecation warning from the logs:

: DEPRECATION WARNING: You did not specify a log_level in production.rb. Currently, the default value for log_level is :info for the production environment and :debug in all other environments. In Rails 5 the default value will be unified to :debug across all environments. To preserve the current setting, add the following line to your production.rb: config.log_level = :info

QA