docs: Clarify multi-file behavior (#15254)

This commit is contained in:
Joshua Powers 2024-04-30 09:10:56 -06:00 committed by GitHub
parent ee9df0a2a6
commit 0dc431b512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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