papertrail / remote_syslog_logger

Ruby Logger that sends directly to a remote syslog endpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaking changes in logging upgrade 1.8.2->2.0.0

djrodgerspryor opened this issue · comments

Most notably, the Hash.getopt monkey-patch is gone, so initialize now crashes.

See the full diff for logging:
TwP/logging@c1025b6...f7bcda5

Proposed solution for the short term is just to lock the version of logging: #13

I think you're actually going to need to make this change to this line: https://github.com/BIAINC/logging-remote-syslog/blob/master/logging-remote-syslog.gemspec#L34

The Gemfile in this project is only used for testing, it doesn't actually get used by rubygems when you include this gem in other projects.