Przeglądaj źródła

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

Shoubhit Dash 3 miesięcy temu
rodzic
commit
b34d9242d1
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      packages/core/src/filesystem/search.ts

+ 0 - 4
packages/core/src/filesystem/search.ts

@@ -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