Log to stdout by default in production

This commit is contained in:
Helge Rausch
2015-10-23 21:28:48 +02:00
parent 9e609fa24c
commit f53593fe71

View File

@@ -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