We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b512583 commit 01433f5Copy full SHA for 01433f5
1 file changed
apps/webapp/app/v3/mollifier/mollifierGate.server.ts
@@ -89,7 +89,7 @@ function logDivertDecision(
89
inputs: GateInputs,
90
decision: Extract<TripDecision, { divert: true }>,
91
): void {
92
- logger.info(message, {
+ logger.debug(message, {
93
envId: inputs.envId,
94
orgId: inputs.orgId,
95
taskId: inputs.taskId,
0 commit comments