-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure plugin config marked
:deprecated
logs to deprecation logger
Previously when the `:deprecated` modifier was used in the plugin config DSL a log message was sent at `:warn` level ONLY to the main logger. This commit updates that message to be routed *both* to the deprecation logger as well as the main logger. In 9.x this will *only* go to the deprecation logger.
- Loading branch information
Showing
2 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters