diff --git a/test/e2e/app-dir/actions/next.config.js b/test/e2e/app-dir/actions/next.config.js index fcfc7dcc99bad..bec00d8d3b471 100644 --- a/test/e2e/app-dir/actions/next.config.js +++ b/test/e2e/app-dir/actions/next.config.js @@ -2,7 +2,9 @@ module.exports = { productionBrowserSourceMaps: true, experimental: { - logging: 'verbose', + logging: { + level: 'verbose', + }, serverActions: true, }, }