mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Excluding things from request stats, script registering endpoint
This commit is contained in:
parent
b53fd84bf2
commit
f19226a74e
5 changed files with 87 additions and 9 deletions
|
@ -155,7 +155,8 @@ app.use(
|
|||
reqlogger({
|
||||
loggableKeywords: ['news.json'],
|
||||
loggableModules: ['dataeditor'],
|
||||
exceptions: ['stable.user.js?up', '_next/static'],
|
||||
exceptions: ['_next/static'],
|
||||
excludeFromStats: ['stable.user.js?up'],
|
||||
})
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue