Skip to content
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

yaml: Add description for log_level per plugin #494

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions configuration/config-file-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Under `config` object, Fluentd will handle the following elements:
7. **`$name`** defines label directive **name** equivalent objects (e.g. \<label **name**\>)
8. **`$type`** specifies `@type` or `type` for instantiating plugin type

NOTE: `$log_level` isn't supported now. If you want to change log_level per plugin, you can use `log_level` (without `$`) although it is deprecated.

Let's actually create a configuration file step by step.

## 1. `source`: where all the data come from
Expand Down