mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
minor logging / status changes
This commit is contained in:
parent
86f1fff804
commit
18947141ab
4 changed files with 4 additions and 3 deletions
src
|
@ -132,7 +132,7 @@ const cookieSecret = uuidv4()
|
|||
app.use(cookieParser(cookieSecret))
|
||||
app.use(
|
||||
reqlogger({
|
||||
loggableKeywords: ['stable.user.js'],
|
||||
loggableKeywords: [''],
|
||||
loggableModules: ['dataeditor'],
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue