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