Skip to content

Commit 39a9a9a

Browse files
authored
out_stdout: add use_logger option (#593)
fluent/fluentd#5036 Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent 3b509ca commit 39a9a9a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

output/stdout.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ where the first part shows the output `time`, the second part shows the `tag`, a
4343

4444
The value must be `stdout`.
4545

46+
### `use_logger`
47+
48+
| type | default | version |
49+
| :--- | :--- | :--- |
50+
| bool | true | 1.19.0 |
51+
52+
If [Fluentd logger](../deployment/logging.md) outputs logs to a file, this plugin outputs events to the file as well.
53+
54+
If setting `false`, this plugin outputs events to STDOUT independently of Fluentd logger.
55+
4656
### `<buffer>` Section
4757

4858
See [Buffer Section Configurations](../configuration/buffer-section.md) for more details.

0 commit comments

Comments
 (0)