Skip to content

Commit 175d759

Browse files
committed
Merge branch 'mollifier-phase-2' into mollifier-phase-3
2 parents 4a8305a + 01433f5 commit 175d759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/v3/mollifier/mollifierGate.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function logDivertDecision(
9999
inputs: GateInputs,
100100
decision: Extract<TripDecision, { divert: true }>,
101101
): void {
102-
logger.info(message, {
102+
logger.debug(message, {
103103
envId: inputs.envId,
104104
orgId: inputs.orgId,
105105
taskId: inputs.taskId,

0 commit comments

Comments
 (0)