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.
This commit is contained in:
Daniel Sutton
2026-05-18 13:18:18 +01:00
parent b512583ee7
commit 01433f595d
@@ -89,7 +89,7 @@ function logDivertDecision(
inputs: GateInputs,
decision: Extract<TripDecision, { divert: true }>,
): void {
logger.info(message, {
logger.debug(message, {
envId: inputs.envId,
orgId: inputs.orgId,
taskId: inputs.taskId,