mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Remove SyslogLogger
gem
It is present in Ruby Standard Library since version 2.0 https://github.com/seattlerb/sysloglogger
This commit is contained in:
parent
dea84915b5
commit
a15449cd34
3 changed files with 1 additions and 4 deletions
|
@ -49,6 +49,7 @@ Rails.application.configure do
|
|||
config.log_tags = [:subdomain, :uuid, :remote_ip]
|
||||
|
||||
# Use a different logger for distributed setups.
|
||||
require 'syslog/logger'
|
||||
config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new(ENV['app_name'] || 'registry'))
|
||||
|
||||
# Use a different cache store in production.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue