diff --git a/content/telegraf/v1/release-notes.md b/content/telegraf/v1/release-notes.md index d5f48aaca..b2565ddf0 100644 --- a/content/telegraf/v1/release-notes.md +++ b/content/telegraf/v1/release-notes.md @@ -23,7 +23,7 @@ menu: [#15751](https://github.com/influxdata/telegraf/pull/15751)). As a consequence, the redundant `logtarget` setting is deprecated. `stderr` is used if no `logfile` is provided, otherwise messages are logged to the given - file. For using the Windows `eventlog` set `logformat = "eventlog"`! + file. To use Windows `eventlog`, set `logformat = "eventlog"`. - This release contains a change in json_v2 parser config parsing - if the config is empty (not define any rules), initialization will fail (see PR [#15844](https://github.com/influxdata/telegraf/pull/15844)).