Skip to content

Commit

Permalink
Merge pull request #68 from redpanda-data/mihaitodor-fix-log-processo…
Browse files Browse the repository at this point in the history
…r-level-field-docs

Fix `log` processor `level` field docs
  • Loading branch information
Jeffail authored Aug 6, 2024
2 parents 0f0aa40 + 36adc0e commit 97fca4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/impl/pure/processor_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline:
`+"```"+`
`).
Fields(
service.NewStringEnumField(logPFieldLevel, "FATAL", "ERROR", "WARN", "INFO", "DEBUG", "TRACE", "ALL").
service.NewStringEnumField(logPFieldLevel, "ERROR", "WARN", "INFO", "DEBUG", "TRACE", "ALL").
Description("The log level to use.").
LintRule(``).
Default("INFO"),
Expand Down

0 comments on commit 97fca4a

Please sign in to comment.