### Steps to reproduce 0. Ensure no AWS CloudWatch or GCP Logging is not used to store run logs 1. ``` type: task name: print-numbers commands: - | python -c "for i in range(1, 100001): print(i)" ``` ### Actual behaviour 1. The UI only shows logs starting from `98983`. ### Expected behaviour 1. The UI should allow to see all logs starting from `1` ### dstack version 0.19.15 ### Server logs ```shell ``` ### Additional information 1. Note, `dstack logs` works OK