Clean up: remove stale scripts/docs, fix debug prints, update PLAN.md

This commit is contained in:
Gan, Jimmy
2026-02-24 10:14:48 +08:00
parent 98975f45c2
commit 6c3bb26c3d
82 changed files with 23 additions and 7941 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ async def monitor_containers():
)
previous_states[c.id] = current_status
except Exception as e:
print(f"Error in container monitor: {e}")
logging.getLogger(__name__).error("Error in container monitor: %s", e)
await asyncio.sleep(60)