added body to publish logging
This commit is contained in:
parent
7a0a4820c9
commit
d01db5b5df
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue