Skip to content

Commit 7a72a02

Browse files
author
Dushyant Bhalgami
committed
log line has been added
1 parent 25331fb commit 7a72a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ app.use(cors())
3232
app.use(fileUpload())
3333

3434
memwatch.on('leak', function (info) {
35+
winston.info(`Memory leak detected, details: ${info}`)
3536
const reqBody = {
3637
topic: 'common.error.reporting',
3738
originator: 'submission-api',

0 commit comments

Comments
 (0)