added body to publish logging

This commit is contained in:
bill bittner 2018-06-28 13:22:52 -07:00
parent 7a0a4820c9
commit d01db5b5df

View file

@ -26,6 +26,7 @@ const claimPublish = ({ body, files, headers, ip, originalUrl, user, tor }, res)
logger.info('Publish request:', {
ip,
headers,
body,
});
// check for disabled publishing
if (disabled) {