Comment 1 for bug 1690316

Revision history for this message
Renat Akhmerov (rakhmerov) wrote :

The right fix seems to be the following:
* Calculate size of "output_on_error".
* If it's greater than config option:
** Log the full message and "output_on_error"
** Raise an exception (we can't ignore configuration)
* If it's less:
** Log the full message
** Cut "msg" according what's left after counting "output_on_error".