srobo / srcomp-mixtape

A service which plays tracks throughout a competition.
0 stars 2 forks source link

Improve logging output #18

Closed PeterJCLaw closed 1 year ago

PeterJCLaw commented 2 years ago

The current printed output is a good start, though operationally it would be useful to have timestamps in the output. Moving to Python's logging mechanisms would be an easy way to achieve this.

Short term we can work around this by piping through ts (often part of the moreutils package), though this feels like something we should support out of the box.

WillB97 commented 1 year ago

Fixed in #20