Skip to content

Commit 3bf2d50

Browse files
committed
Fix logging level in actions test
1 parent d9627df commit 3bf2d50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/e2e/app-dir/actions/next.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
module.exports = {
33
productionBrowserSourceMaps: true,
44
experimental: {
5-
logging: 'verbose',
5+
logging: {
6+
level: 'verbose',
7+
},
68
serverActions: true,
79
},
810
}

0 commit comments

Comments
 (0)