chore: Add InfluxDB and InfluxData branding to log output (#13819)

This commit is contained in:
Rick Spencer 2023-08-29 12:39:32 -04:00 committed by GitHub
parent 2dd5682e1a
commit 6f38208bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ func (t *Telegraf) runAgent(ctx context.Context, c *config.Config, reloadConfig
return err
}
log.Printf("I! Starting Telegraf %s%s", internal.Version, internal.Customized)
log.Printf("I! Starting Telegraf %s%s brought to you by InfluxData the makers of InfluxDB", internal.Version, internal.Customized)
log.Printf("I! Available plugins: %d inputs, %d aggregators, %d processors, %d parsers, %d outputs, %d secret-stores",
len(inputs.Inputs),
len(aggregators.Aggregators),