Steps to reproduce: - Include [Timeout] in the test case - Execute the robot suite ```robotframework *** Settings *** Library lib.py *** Test Cases *** Test [Timeout] 20 sec Keyword ``` Observed - The logs are not getting written into the the console output or the debugfile until keyword ends. Expected - The logs should appear in console and debugfile in realtime. Note: I see the realtime logging happening to console output and debugfile in the v3.0.4. But not in v3.2.1