mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 04:07:33 +02:00
6 lines
250 B
Ruby
6 lines
250 B
Ruby
Rails.application.configure do
|
|
# Settings specified here will take precedence over those in config/application.rb.
|
|
|
|
require 'syslog/logger'
|
|
config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new(ENV['app_name'] || 'registry'))
|
|
end
|