GRN2-xx: Switched to Lograge for logging and increased log level to info (#694)

* Switched to Lograge for logging and increased log level to info

* Travis fixes

* Travis fixes 2
This commit is contained in:
farhatahmad
2019-07-25 15:07:56 -04:00
committed by Jesus Federico
parent a080d3dd62
commit c472f751a1
4 changed files with 33 additions and 6 deletions

View File

@ -80,6 +80,9 @@ gem 'cancancan', '~> 2.0'
group :production do
# Use a postgres database in production.
gem 'pg', '~> 0.18'
# For a better logging library in production
gem "lograge"
end
# Ruby linting.