Skip to content
Snippets Groups Projects
Commit 9f9cdc6a authored by Adam Cooke's avatar Adam Cooke
Browse files

don't log exceptions when something can't go to greylog

parent 1547022b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,9 +21,6 @@ module Postal
n.notify!(:short_message => message_without_ansi, :log_name => @log_name, :facility => 'postal', :application_name => 'postal', :process_name => ENV['PROC_NAME'], :pid => Process.pid)
rescue => e
# Can't log this to GELF. Soz.
if defined?(Raven)
Raven.capture_exception(e)
end
end
end
true
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment