stage2/3 workers: remove duplicate StreamHandler, stdout captured by systemd

This commit is contained in:
2026-04-30 16:12:51 +00:00
parent cae7fb8775
commit c08f57a6f2
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -21,7 +21,6 @@ logging.basicConfig(
level=logging.INFO,
format="%(asctime)s [stage2] %(levelname)s %(message)s",
handlers=[
logging.StreamHandler(),
logging.FileHandler("/var/log/aaronai/stage2.log", mode="a"),
]
)
-1
View File
@@ -24,7 +24,6 @@ logging.basicConfig(
level=logging.INFO,
format="%(asctime)s [stage3] %(levelname)s %(message)s",
handlers=[
logging.StreamHandler(),
logging.FileHandler("/var/log/aaronai/stage3.log", mode="a"),
]
)