diff --git a/packages/next/src/lib/turbopack-warning.ts b/packages/next/src/lib/turbopack-warning.ts index 70290ee3a4dd7..ff163f194bf8e 100644 --- a/packages/next/src/lib/turbopack-warning.ts +++ b/packages/next/src/lib/turbopack-warning.ts @@ -79,6 +79,7 @@ const supportedTurbopackNextConfigOptions = [ 'experimental.isrFlushToDisk', 'experimental.logging.level', 'experimental.logging.fullUrl', + 'logging.fetches.fullUrl', 'experimental.scrollRestoration', 'experimental.forceSwcTransforms', 'experimental.serverActions.bodySizeLimit', diff --git a/test/turbopack-tests-manifest.json b/test/turbopack-tests-manifest.json index 69a2d50cde3a8..4638dba61e735 100644 --- a/test/turbopack-tests-manifest.json +++ b/test/turbopack-tests-manifest.json @@ -3355,21 +3355,21 @@ "test/e2e/app-dir/logging/fetch-logging.test.ts": { "passed": [ "app-dir - logging with default logging should not contain trailing word page for app router routes", - "app-dir - logging with default logging should not log fetch requests at all" - ], - "failed": [ - "app-dir - logging with default logging should not contain metadata internal segments for dynamic metadata routes", - "app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes", + "app-dir - logging with default logging should not log fetch requests at all", "app-dir - logging with verbose logging for edge runtime should not contain trailing word page for app router routes", "app-dir - logging with verbose logging for edge runtime should not log fetch requests at all", "app-dir - logging with verbose logging should log 'skip' cache status with a reason when cache: 'no-cache' is used", "app-dir - logging with verbose logging should log 'skip' cache status with a reason when revalidate: 0 is used", "app-dir - logging with verbose logging should log 'skip' cache status with a reason when the browser indicates caching should be ignored", "app-dir - logging with verbose logging should log requests with correct indentation", - "app-dir - logging with verbose logging should not contain metadata internal segments for dynamic metadata routes", "app-dir - logging with verbose logging should not contain trailing word page for app router routes", "app-dir - logging with verbose logging should only log requests in dev mode" ], + "failed": [ + "app-dir - logging with default logging should not contain metadata internal segments for dynamic metadata routes", + "app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes", + "app-dir - logging with verbose logging should not contain metadata internal segments for dynamic metadata routes" + ], "pending": [], "flakey": [], "runtimeError": false