From a1864a5257b9075a75653897fd603db8698c4ac2 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 10 Jul 2026 22:00:04 +0200 Subject: [PATCH] log: route task/component status output through logging, not print() AttributeChange (the common base of every ATask and component ABC) now sets self.log = logging.getLogger(type(self).__name__), so components no longer need to hand-type their own name into each message. Wired logging.basicConfig() in server/brewpi.py with a bare "%(name)s: %(message)s" formatter - Tee (see prior commit) still supplies the "T