This module log the whole body at INFO level
This kind of log should be at debug or trace level.
Thanks
This kind of log should be at debug or trace level.
Thanks
Example:
2021-12-02 15:23:04,330 141 INFO odoo-clad-test odoo.addons.redner.models.redner: Received 200 in 135.42ms: [{"body":"PCFkb2N0eXBlIGh0bWw+CjxodG1sIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiB4bWxuczp2PSJ1cm46c2NoZW1hcy1taWNyb3NvZnQtY29tO...,"body-format":"base64","render-errors":null,"type":"text/html"}]
in fact, having the received information is interesting at info level… but not the whole body.
mentioned in commit 556b37a79d44
closed