Readded next to log ignore

This commit is contained in:
MrFry 2021-01-26 12:21:37 +01:00
parent 1f355309fd
commit 1b2576b3d0
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ app.use(
reqlogger({
loggableKeywords: ['news.json'],
loggableModules: ['dataeditor'],
exceptions: [], // ['_next/static'],
exceptions: ['_next/static'],
excludeFromStats: excludeFromStats,
})
)