mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-12-16 08:26:17 +00:00
Update
This commit is contained in:
@@ -84,7 +84,7 @@ class PeerJobLogger:
|
||||
|
||||
def deleteLogs(self, LogID = None, JobID = None):
|
||||
with self.engine.begin() as conn:
|
||||
print(f"Deleted logs of JobID {JobID}")
|
||||
print(f"[WGDashboard] Deleted stale logs of JobID: {JobID}")
|
||||
conn.execute(
|
||||
self.jobLogTable.delete().where(
|
||||
db.and_(
|
||||
|
||||
Reference in New Issue
Block a user