remote_syslog_logger icon indicating copy to clipboard operation
remote_syslog_logger copied to clipboard

Breaking changes in logging upgrade 1.8.2->2.0.0

Open djrodgerspryor opened this issue 10 years ago • 2 comments

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

djrodgerspryor avatar Apr 10 '15 06:04 djrodgerspryor

Proposed solution for the short term is just to lock the version of logging: https://github.com/papertrail/remote_syslog_logger/pull/13

djrodgerspryor avatar Apr 10 '15 06:04 djrodgerspryor

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.

eric avatar Apr 14 '15 00:04 eric