Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/docker/build/tooling/golang-436…
Browse files Browse the repository at this point in the history
…9695
  • Loading branch information
sozercan authored Oct 10, 2023
2 parents e9a42bc + e18ebbc commit 55d7816
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 55d7816

Please sign in to comment.