Turn off syslog for temp

This commit is contained in:
Priit Tark 2015-08-13 16:42:39 +03:00
parent a0fecf1c2e
commit adfc79fa99

View file

@ -49,7 +49,7 @@ Rails.application.configure do
config.log_tags = [:subdomain, :uuid, :remote_ip]
# 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.
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)