mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Updated syslog #2292
This commit is contained in:
parent
af6f3bc87e
commit
746fabadfd
6 changed files with 9 additions and 9 deletions
|
@ -35,6 +35,9 @@ Rails.application.configure do
|
|||
# Raises error for missing translations
|
||||
# config.action_view.raise_on_missing_translations = true
|
||||
|
||||
# config.log_tags = [:subdomain, :uuid, :remote_ip]
|
||||
# config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new(ENV['app_name'] || 'registry'))
|
||||
|
||||
config.action_mailer.default_url_options = { host: 'localhost:8081' }
|
||||
|
||||
# for finding database optimization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue