From 0dc431b512d67126160bc7b06382df6c403602b6 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 30 Apr 2024 09:10:56 -0600 Subject: [PATCH] docs: Clarify multi-file behavior (#15254) --- docs/TOML.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/TOML.md b/docs/TOML.md index dc62d4684..d8de9f212 100644 --- a/docs/TOML.md +++ b/docs/TOML.md @@ -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