logging: Warn for deprecated single_field encoder

This commit is contained in:
Matthew Holt 2021-08-17 10:51:26 -06:00
parent 6bc87ea2ff
commit 8a974a4f8f
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
3 changed files with 5 additions and 4 deletions

View file

@ -135,6 +135,7 @@ func (SingleFieldEncoder) CaddyModule() caddy.ModuleInfo {
// Provision sets up the encoder.
func (se *SingleFieldEncoder) Provision(ctx caddy.Context) error {
caddy.Log().Named("caddy.logging.encoders.single_field").Warn("the 'single_field' encoder is deprecated and will be removed soon!")
if se.FallbackRaw != nil {
val, err := ctx.LoadModule(se, "FallbackRaw")
if err != nil {