Skip to content

Commit

Permalink
fix: use log level 1 for debug (#3039)
Browse files Browse the repository at this point in the history
Signed-off-by: alex <8968914+acpana@users.noreply.github.com>
  • Loading branch information
acpana authored Oct 9, 2023
1 parent 0137395 commit e18ebbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
RequestUsername = "request_username"
MutationApplied = "mutation_applied"
Mutator = "mutator"
DebugLevel = 2 // r.log.Debug(foo) == r.log.V(logging.DebugLevel).Info(foo)
DebugLevel = 1 // r.log.Debug(foo) == r.log.V(logging.DebugLevel).Info(foo)
ExecutionStats = "execution_stats"
)

Expand Down

0 comments on commit e18ebbc

Please sign in to comment.