Skip to content

Commit 5624135

Browse files
committed
Fix to not log debug cache in prod
1 parent 6da2dd4 commit 5624135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-runtime/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export const globalStopSequence = `${JSON.stringify(endsAgentStepParam)}`
88
* bun scripts/compare-cache-debug.ts
99
* to diff sequential requests and find what's breaking prompt caching.
1010
*/
11-
export const CACHE_DEBUG_FULL_LOGGING = true
11+
export const CACHE_DEBUG_FULL_LOGGING = false

0 commit comments

Comments
 (0)