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.
Issue #291
Changelog
Pull requests will not be accepted without a description of this change under the
[unreleased]
section in the fileCHANGELOG
.Description of changes
On 4.16.0,
Appenders#close
is referencing a non-existant variableappenders
instead ofclosed_appenders
, which looks it was left like that by mistake, causing errors when callingSemanticLogger#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.