CircleCI is truncating logs causing unittests to fail

Hi All,
I’ve run into an issue with a CircleCI build. One of the unit-tests is consistently failing. I’m using the python LogCapture to compare output logs to expected output. On CircleCI this fails when the output logs are too long, they get truncated and then don’t match the expected output anymore.

If anyone has any advice on this topic it’s much appreciated!

Cheers,
Thijs