remote_syslog_logger icon indicating copy to clipboard operation
remote_syslog_logger copied to clipboard

Initializer is using wrong Logger base class

Open uberllama opened this issue 4 years ago • 4 comments

I found that Rails.logger.silence blocks fail when using this gem. The issues seems to be that RemoteSyslogLogger.new instantiates aLogger, when it should be instantiating an ActiveSupport::Logger. Reference: https://stackoverflow.com/a/38361137

uberllama avatar Dec 04 '19 18:12 uberllama