Skip to content

Commit 1d5b5db

Browse files
committed
fix(codex): demote plugin thread eligibility log
1 parent aef8d17 commit 1d5b5db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/codex/src/app-server/run-attempt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ export async function runCodexAppServerAttempt(
12401240
.map((plugin) => plugin.configKey)
12411241
.toSorted()
12421242
: undefined;
1243-
embeddedAgentLog.info(
1243+
embeddedAgentLog.debug(
12441244
"codex plugin thread config eligibility",
12451245
buildCodexPluginThreadConfigEligibilityLogData({
12461246
sessionId: params.sessionId,

0 commit comments

Comments
 (0)