Project

General

Profile

« Previous | Next » 

Revision e7a6ae43

Added by Michael Moll over 4 years ago

Fixes #29085 - Fix Style/SafeNavigation cop

View differences:

lib/proxy/log_buffer/decorator.rb
end
info("Logging file reopened via USR1 signal") if reopened
# exceptions are also sent to structured log if available
self.exception("Error details", backtrace) if backtrace && backtrace.is_a?(Exception)
self.exception("Error details", backtrace) if backtrace&.is_a?(Exception)
end
def trace?

Also available in: Unified diff