semantic_logger
semantic_logger copied to clipboard
Fix Appenders#close referencing incorrect variable
Issue #291
Changelog
Pull requests will not be accepted without a description of this change under the [unreleased] section
in the file CHANGELOG.
Description of changes
On 4.16.0, Appenders#close is referencing a non-existant variable appenders instead of closed_appenders, which looks it was left like that by mistake, causing errors when calling SemanticLogger#close_appenders!
This PR includes the fix proposed by @jesseyoungmann on Issue #291
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Alternative PR: #290
This can be closed (via #290)
Fixed with #290