From ba39611f59ded529208ee4a0dd102ee880aeee92 Mon Sep 17 00:00:00 2001 From: Yuta Iwama Date: Mon, 23 Dec 2019 17:29:58 +0900 Subject: [PATCH] Add deprecated log for inline_config Signed-off-by: Yuta Iwama --- lib/fluent/supervisor.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fluent/supervisor.rb b/lib/fluent/supervisor.rb index 1c34256a9e..40e3b66f67 100644 --- a/lib/fluent/supervisor.rb +++ b/lib/fluent/supervisor.rb @@ -555,6 +555,7 @@ def configure(supervisor: false) end if @inline_config == '-' + $log.warn('the value "-" for `inline_config` is deprecated. See https://github.com/fluent/fluentd/issues/2711') @inline_config = STDIN.read end