chore: Add InfluxDB and InfluxData branding to log output (#13819)
This commit is contained in:
parent
2dd5682e1a
commit
6f38208bed
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue