Skip to content

Commit 1dbe666

Browse files
daipomkenhys
andauthored
Update lib/fluent/plugin/out_stdout.rb
Signed-off-by: Daijiro Fukuda <[email protected]> Co-authored-by: Kentaro Hayashi <[email protected]>
1 parent a82db7a commit 1dbe666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fluent/plugin/out_stdout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class StdoutOutput < Output
2525
DEFAULT_LINE_FORMAT_TYPE = 'stdout'
2626
DEFAULT_FORMAT_TYPE = 'json'
2727

28-
desc "If Fluentd logger outputs logs to a file, this plugin outputs events to the file as well."
28+
desc "If Fluentd logger outputs logs to a file (with -o option), this plugin outputs events to the file as well."
2929
config_param :use_logger, :bool, default: true
3030

3131
config_section :buffer do

0 commit comments

Comments
 (0)