diff --git a/pkg/logging/logging.go b/pkg/logging/logging.go index fc0ae228e04..d9f4ec81b13 100644 --- a/pkg/logging/logging.go +++ b/pkg/logging/logging.go @@ -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" )