diff --git a/server/brewpi.py b/server/brewpi.py index 89e3be9..6bb79a2 100755 --- a/server/brewpi.py +++ b/server/brewpi.py @@ -25,14 +25,32 @@ class Tee: """Duplicates writes to multiple streams - used to mirror stdout/stderr (everything the rest of the codebase already reaches via print()) into a log file under logs/ as well as the console, without having to touch - every print() call site.""" + every print() call site. + + Also stamps every line with a "T