fix(core): disable fff trace logs (#31380)

This commit is contained in:
Shoubhit Dash 2026-06-08 21:10:09 +05:30 committed by GitHub
parent 9654412021
commit b34d9242d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,10 +261,6 @@ export const layer: Layer.Layer<Service, never, FSUtil.Service | Ripgrep.Service
basePath: dir,
frecencyDbPath: path.join(root, `${id}.frecency.mdb`),
historyDbPath: path.join(root, `${id}.history.mdb`),
// fff uses a bit different log version, also with spans so keep
// them in the same folder for debuggability
logFilePath: path.join(Global.Path.log, "fff.log"),
logLevel: Log.getLevel().toLowerCase() as Lowercase<Log.Level>,
aiMode: true,
// only the first toolcall picker can accumulate resources to index
// home directory, if the user specifically opened opencode at the