mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Add truemail logging
This commit is contained in:
parent
e4a02c2e47
commit
600541c4a1
1 changed files with 3 additions and 1 deletions
|
@ -71,5 +71,7 @@ Truemail.configure do |config|
|
|||
# Optional parameter. This option will enable tracking events. You can print tracking events to
|
||||
# stdout, write to file or both of these. Tracking event by default is :error
|
||||
# Available tracking event: :all, :unrecognized_error, :recognized_error, :error
|
||||
# config.logger = { tracking_event: :all, stdout: true, log_absolute_path: '/home/app/log/truemail.log' }
|
||||
unless Rails.env.test?
|
||||
config.logger = { tracking_event: :all, stdout: true, log_absolute_path: '/home/app/log/truemail.log' }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue