Skip to content

Commit

Permalink
Add deprecated log for inline_config
Browse files Browse the repository at this point in the history
Signed-off-by: Yuta Iwama <[email protected]>
  • Loading branch information
ganmacs committed Dec 23, 2019
1 parent fcef949 commit ba39611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluent/supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ba39611

Please sign in to comment.