We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25331fb commit 7a72a02Copy full SHA for 7a72a02
app.js
@@ -32,6 +32,7 @@ app.use(cors())
32
app.use(fileUpload())
33
34
memwatch.on('leak', function (info) {
35
+ winston.info(`Memory leak detected, details: ${info}`)
36
const reqBody = {
37
topic: 'common.error.reporting',
38
originator: 'submission-api',
0 commit comments