mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #21263 from printercu/patch-1
Fixed syslog example in production config template
This commit is contained in:
commit
9356d9674f
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ Rails.application.configure do
|
|||
# config.log_tags = [ :subdomain, :request_id ]
|
||||
|
||||
# Use a different logger for distributed setups.
|
||||
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
|
||||
# require 'syslog/logger'
|
||||
# config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
|
||||
|
||||
# Use a different cache store in production.
|
||||
# config.cache_store = :mem_cache_store
|
||||
|
|
Loading…
Reference in a new issue