Skip to content

Commit

Permalink
Fix logging level in actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 5, 2023
1 parent d9627df commit 3bf2d50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/app-dir/actions/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
module.exports = {
productionBrowserSourceMaps: true,
experimental: {
logging: 'verbose',
logging: {
level: 'verbose',
},
serverActions: true,
},
}

0 comments on commit 3bf2d50

Please sign in to comment.