Closed karolz-ms closed 4 years ago
@karolz-ms I haven't tried Windows Terminal indeed. Do you see the same garbled output on Powershell for example?
@rumpl the same happens with Powershell window (I have set the window size to 120 columns x 50 rows)
Found the culprit, the library we were using gave us always 80
for the terminal width so our calculations were always off...
This is fixed in the v0.10.0 build that will go out with Desktop Edge today.
Prereqs
Docker Desktop Edge build 46511 Windows Terminal 1.1.1671.0 (I install Windows Terminal via Scoop)
Repro steps
docker logs --follow container_name
Expected
The logs should be displayed as they are produced, without overwriting previous content in the terminal
Actual
The output of the command overwrites
docker logs
command invocation and even stuff that came before. Also, the same logs are re-printed repeatedly, garbling the previous output, see below.