Skip to content

out_stdout: add use_logger option #593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions output/stdout.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ where the first part shows the output `time`, the second part shows the `tag`, a

The value must be `stdout`.

### `use_logger`

| type | default | version |
| :--- | :--- | :--- |
| bool | true | 1.19.0 |

If [Fluentd logger](../deployment/logging.md) outputs logs to a file, this plugin outputs events to the file as well.

If setting `false`, this plugin outputs events to STDOUT independently of Fluentd logger.

### `<buffer>` Section

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