Skip to content

Commit b34d924

Browse files
authored
fix(core): disable fff trace logs (anomalyco#31380)
1 parent 9654412 commit b34d924

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/core/src/filesystem/search.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,6 @@ export const layer: Layer.Layer<Service, never, FSUtil.Service | Ripgrep.Service
261261
basePath: dir,
262262
frecencyDbPath: path.join(root, `${id}.frecency.mdb`),
263263
historyDbPath: path.join(root, `${id}.history.mdb`),
264-
// fff uses a bit different log version, also with spans so keep
265-
// them in the same folder for debuggability
266-
logFilePath: path.join(Global.Path.log, "fff.log"),
267-
logLevel: Log.getLevel().toLowerCase() as Lowercase<Log.Level>,
268264
aiMode: true,
269265
// only the first toolcall picker can accumulate resources to index
270266
// home directory, if the user specifically opened opencode at the

0 commit comments

Comments
 (0)