-
Notifications
You must be signed in to change notification settings - Fork 905
Open
Description
when I am using the logger with TRACE mode to inspect what I am doing based on this documentation
that give the following options
Options: OFF , FATAL , ERROR , WARN , INFO , DEBUG , TRACE , ALL , NONEif I set TRACE (instead DEBUG) I can see the following error log
time="2025-12-23T08:51:16Z" level=error msg="Log level 'TRACE' not recognized, using to default level INFO" @service=benthos
despite this message, the TRACE level works fine
I find the root cause: this line
BTW it is possible add support to TRACE levels using a dedicated code wrapper but it means changing all places where we create a new slog ( inside repo github.com/redpanda-data/benthos/v4 too )
Metadata
Metadata
Assignees
Labels
No labels