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 aef8d17 commit 1d5b5dbCopy full SHA for 1d5b5db
1 file changed
extensions/codex/src/app-server/run-attempt.ts
@@ -1240,7 +1240,7 @@ export async function runCodexAppServerAttempt(
1240
.map((plugin) => plugin.configKey)
1241
.toSorted()
1242
: undefined;
1243
- embeddedAgentLog.info(
+ embeddedAgentLog.debug(
1244
"codex plugin thread config eligibility",
1245
buildCodexPluginThreadConfigEligibilityLogData({
1246
sessionId: params.sessionId,
0 commit comments