remote_syslog_logger
remote_syslog_logger copied to clipboard
Breaking changes in logging upgrade 1.8.2->2.0.0
Most notably, the Hash.getopt monkey-patch is gone, so initialize now crashes.
See the full diff for logging: https://github.com/TwP/logging/compare/c1025b699f24a85946dfa3e391ca2f27791933e0...f7bcda5ce4eb4c40d150ecfb6a84a559e98a949d
Proposed solution for the short term is just to lock the version of logging: https://github.com/papertrail/remote_syslog_logger/pull/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.