mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 07:26:22 +02:00
changed truemail logs configs
This commit is contained in:
parent
1b92bf0d64
commit
021d8eebc6
1 changed files with 1 additions and 1 deletions
|
@ -83,6 +83,6 @@ Truemail.configure do |config|
|
|||
# stdout, write to file or both of these. Tracking event by default is :error
|
||||
# Available tracking event: :all, :unrecognized_error, :recognized_error, :error
|
||||
unless Rails.env.test?
|
||||
config.logger = { tracking_event: :all, stdout: true, log_absolute_path: Rails.root.join('log', 'truemail.log').to_s }
|
||||
config.logger = { tracking_event: :error, stdout: true, log_absolute_path: Rails.root.join('log', 'truemail.log').to_s }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue