Clean up: remove stale scripts/docs, fix debug prints, update PLAN.md
Deploy Dashboard / deploy (push) Successful in 37s

This commit is contained in:
Gan, Jimmy
2026-02-24 10:14:48 +08:00
parent bbf187fd27
commit facda4eadd
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)