mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Removed next js from logging exceptions for testing
This commit is contained in:
parent
151341e1d4
commit
1f355309fd
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ app.use(
|
||||||
reqlogger({
|
reqlogger({
|
||||||
loggableKeywords: ['news.json'],
|
loggableKeywords: ['news.json'],
|
||||||
loggableModules: ['dataeditor'],
|
loggableModules: ['dataeditor'],
|
||||||
exceptions: ['_next/static'],
|
exceptions: [], // ['_next/static'],
|
||||||
excludeFromStats: excludeFromStats,
|
excludeFromStats: excludeFromStats,
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue