mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Turn off syslog for temp
This commit is contained in:
parent
a0fecf1c2e
commit
adfc79fa99
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Rails.application.configure do
|
||||||
config.log_tags = [:subdomain, :uuid, :remote_ip]
|
config.log_tags = [:subdomain, :uuid, :remote_ip]
|
||||||
|
|
||||||
# Use a different logger for distributed setups.
|
# Use a different logger for distributed setups.
|
||||||
config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new(ENV['app_name']))
|
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new(ENV['app_name']))
|
||||||
|
|
||||||
# Use a different logger for distributed setups.
|
# Use a different logger for distributed setups.
|
||||||
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
|
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue