summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/environments/production.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 73e98e5..e34a4c9 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -35,9 +35,10 @@ LeapWeb::Application.configure do
# Use syslog if no file has been specified
if APP_CONFIG[:logfile].blank?
+ require 'syslog/logger'
# Prepend all log lines with the following tags
config.log_tags = [ :leap, :webapp ]
- config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
+ config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new)
end
# Use a different cache store in production