identify session logging
parent
b687e15126
commit
b735d4ae21
2
app.js
2
app.js
|
|
@ -75,7 +75,7 @@ const FileStoreSession = FileStore(session);
|
|||
app.use(session({
|
||||
store: new FileStoreSession({
|
||||
path: './data/sessions',
|
||||
logFn: debug('lot-occupancy-system:session'),
|
||||
logFn: debug(`lot-occupancy-system:session:${process.pid}`),
|
||||
retries: 20
|
||||
}),
|
||||
name: sessionCookieName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue