NEU-DSG / tapas_rails

Hydra Head for the TAPAS project
1 stars 6 forks source link

Change logging level for production environment #43

Open amclark42 opened 4 years ago

amclark42 commented 4 years ago

The logging level is currently set to :info for a production environment, but this level of logging isn't necessary. Change config.log_level to :warn in the configuration file (config/environments/production.rb).

This needs to be patched to all (semi-)active branches: master, develop, and feature/rails_interface.