Hello, thanks for your reply!
We didnāt set āverboseā, so we just tested with āverbose: falseā in index.js, but it still shows big logs on heroku when any image is uploaded.
We upload image by cloud code (to AWS) by something like:
const imageTest = request.params.imageTest;
var image1= new Parse.File(āimage.jpgā, imageTest);
post.set(āimageā, image1);
Do you have any idea why??