mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 11:17:38 +02:00
Excluding things from request stats, script registering endpoint
This commit is contained in:
+2
-1
@@ -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'],
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user