Removed next js from logging exceptions for testing

This commit is contained in:
mrfry 2021-01-26 12:16:36 +01:00
parent 151341e1d4
commit 1f355309fd

View file

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