mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
Log to stdout by default in production
This commit is contained in:
@@ -23,7 +23,7 @@ Snpr::Application.configure do
|
||||
config.log_level = :info
|
||||
|
||||
# Use a different logger for distributed setups
|
||||
# config.logger = SyslogLogger.new
|
||||
config.logger = Logger.new($stdout)
|
||||
|
||||
# Use a different cache store in production
|
||||
# config.cache_store = :mem_cache_store
|
||||
|
||||
Reference in New Issue
Block a user