Skip to content

Commit

Permalink
chore(docs): Fix proofreading mistake in v0.35.0 upgrade guide (vecto…
Browse files Browse the repository at this point in the history
…rdotdev#19551)

Suggested by vectordotdev#19528 (review)

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored and AndrooTheChen committed Sep 23, 2024
1 parent 330711d commit d4d7e4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ The `requests_completed_total`, `request_duration_seconds`, and `requests_receiv

Vector has the ability to [interpolate environment variables into its
configuration](/docs/reference/configuration/#environment-variables) as a means of templating
configuration. Currently, if an environment variable is undefined (unless the `?` interpolation
syntax is used) Vector outputs a warning and replaces the environment variable with an empty string.
configuration. Currently, if an environment variable is undefined, unless the `?` interpolation
syntax is used, Vector outputs a warning and replaces the environment variable with an empty string.
In a future release , this will change from a warning to a hard error. This behavior can be opted
into earlier by using the `--strict-env-vars` flag (or `VECTOR_STRICT_ENV_VARS` environment
variable) when running Vector.
Expand Down

0 comments on commit d4d7e4a

Please sign in to comment.