Open akihikodaki opened 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.
Can we have this PR reviewed and merged? Need the warning resolution for syslog. Will be really helpful if this issue could be closed :)
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.