Skip to content

Conversation

ktreis
Copy link

@ktreis ktreis commented Jan 26, 2024

Beginning in ActiveSupport 7.1, the check for whether a logger is silenced sends nil?, so things break if we set the logger to false.

Fortunately, using nil also works in older versions of ActiveSupport.

Beginning in ActiveSupport 7.1, the check for whether a logger is
silenced sends `nil?`, so things break if we set the logger to `false`.

Fortunately, using `nil` also works in older versions of ActiveSupport.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant