Skip to content

Commit 4860a30

Browse files
authored
[Feature] Adjust LogLevels (#1902)
1 parent f777d4f commit 4860a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/envoy/auth/v3/impl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (i *impl) Check(ctx context.Context, request *pbEnvoyAuthV3.CheckRequest) (
9898
q = q.Err(err)
9999
q.Dur("duration", time.Since(start)).Warn("Request Completed with error")
100100
} else {
101-
q.Dur("duration", time.Since(start)).Info("Request Completed")
101+
q.Dur("duration", time.Since(start)).Debug("Request Completed")
102102
}
103103
}()
104104

0 commit comments

Comments
 (0)