Skip to content

Commit

Permalink
docs: Clarify multi-file behavior (#15254)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Apr 30, 2024
1 parent ee9df0a commit 0dc431b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/TOML.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ TOML technically does not support multiple files, this is done as a convenience
users.

Users should be aware that when Telegraf reads a user's config, if multiple
files or directories are read in, all files are combined into a single string
during the launch process.
files or directories are read in, each file at a time and all
settings are combined as if it were one big file.

## Single Table vs Array of Tables

Expand Down

0 comments on commit 0dc431b

Please sign in to comment.