ByteArena / ba

Byte Arena CLI
https://doc.bytearena.com
Other
17 stars 1 forks source link

Agent logs are not visible in the console #4

Closed xtuc closed 6 years ago

xtuc commented 6 years ago

You need to emit a \n to be able to show the logs of your agent in the console.

We should show the logs whenever the agent logs a character.

xtuc commented 6 years ago

That's seems to be a Docker limitation.

netgusto commented 6 years ago

Source ?

xtuc commented 6 years ago
$ docker run -it node bash -c "node -e \"require('process').stdout.write('t');\" && sleep 100"

Docker logs against the running doesn't show anything until it finishes or you enter a new line manually.