TwP / logging

A flexible logging library for use in Ruby programs based on the design of Java's log4j library.
https://rubygems.org/gems/logging
MIT License
529 stars 100 forks source link

Require syslog only when necessary #248

Open akihikodaki opened 4 months ago

akihikodaki commented 4 months ago

Requiring syslog on Ruby 3.3.0 results in an warning if the gem is not explicitly installed. Suppress it by requiring syslog only when the user tries to use Logging::Appender::Syslog.

Nik08 commented 3 months ago

Can we have this PR reviewed and merged? Need the warning resolution for syslog. Will be really helpful if this issue could be closed :)