forked from External/greenlight
add condensed logging
This commit is contained in:
5
Gemfile
5
Gemfile
@ -49,6 +49,11 @@ group :development do
|
||||
gem 'spring-watcher-listen', '~> 2.0.0'
|
||||
end
|
||||
|
||||
group :production do
|
||||
# For more condensed logging
|
||||
gem "lograge"
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
|
||||
|
Reference in New Issue
Block a user