Skip to content

Commit 01433f5

Browse files
committed
chore(webapp): drop mollifier gate divert logs to debug
Shadow-mode and live-divert logs both fire on the trigger hot path; rely on the mollifier.decisions OTel counter for production visibility.
1 parent b512583 commit 01433f5

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
@@ -89,7 +89,7 @@ function logDivertDecision(
8989
inputs: GateInputs,
9090
decision: Extract<TripDecision, { divert: true }>,
9191
): void {
92-
logger.info(message, {
92+
logger.debug(message, {
9393
envId: inputs.envId,
9494
orgId: inputs.orgId,
9595
taskId: inputs.taskId,

0 commit comments

Comments
 (0)