Update the :deprecate
modifier of config
DSL to log on deprecation logger
#14988
Labels
:deprecate
modifier of config
DSL to log on deprecation logger
#14988
Context
The deprecation logger (which outputs in
logs/logstash-deprecation.log
is intended to list all the deprecation statements that would help a user to fix their pipelines to be future proof.Change requested
The
:deprecation
modifier which used in plugin'sconfig
DSL logs the warnings on the main Logstash's logger and not the deprecation one.For example the setting definitions:
generates the following line on the
logs/logstash-plain.log
which instead should go on the deprecation logger.
The text was updated successfully, but these errors were encountered: