ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Logs lack timestamps #1387

Closed ctm closed 5 months ago

ctm commented 5 months ago

Add -t back to the docker logs invocations.

IIRC, at one point we were getting double timestamps, because logger was generating them and we were using dociker logs -t. It appears like I may have removed both sources of timestamps, because, while researching a bug from yesterday evening (#1386), I don't see any.

ctm commented 5 months ago

Done. While I was at it, I refactored the docker invocation code so that deploy uses sent_deploy rather than them each having their own copies.