0

I am running AWS ESC (Windows EC2).

The container with -t runs well on my machine. The task definition has pseudoTerminal: true so that it will run -t on Windows EC2.

The output logged into CloudWatch log group has strange chars beside the correct data.

enter image description here

Note: the output is fine when running without -t (pseudoTerminal: null)

beewest
  • 4,486
  • 7
  • 36
  • 63

1 Answers1

0

Looks like my container output using the xterm control sequences.

https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Definitions

beewest
  • 4,486
  • 7
  • 36
  • 63