Skip to content

Commit bd8bd02

Browse files
committed
added debug logging for getFileDownloadUrl
1 parent 6276265 commit bd8bd02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/attachments/download.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = [
3636
return util.getFileDownloadUrl(req, attachment.filePath);
3737
})
3838
.then((result) => {
39+
req.log.debug('getFileDownloadUrl result: ', JSON.stringify(result));
3940
const url = result[1];
4041
res.status(200).json(util.wrapResponse(req.id, { url }));
4142
})

0 commit comments

Comments
 (0)