Hi all, I am experiencing several log corruption in GitLab CI where kedro logs are truncated, garbled, and sentences are cut off randomly, making them completely unreadable.
I've already tried :
PYTHONUNBUFFERED=1
PYTHONIOENCODING=utf-8
Has someone ever encountered this specific truncation/garbling issue in GitLab?
Is this the known Rich library terminal detection issue in CI? Is there any kedro Specific solution to this problem?