diff --git a/frontend/src/model.tsx b/frontend/src/model.tsx index 48c6b6f7..b7959d5c 100644 --- a/frontend/src/model.tsx +++ b/frontend/src/model.tsx @@ -879,7 +879,7 @@ function SlurmAccounting( request('post', url, args) .then((response: any) => { if (response.status === 200) { - console.log(response.data) + console.log("Accounting data retrieved", response.data) successCallback && successCallback(response.data) } }) diff --git a/frontend/src/old-pages/Clusters/Accounting.tsx b/frontend/src/old-pages/Clusters/Accounting.tsx index 910a218d..2ef0d01f 100644 --- a/frontend/src/old-pages/Clusters/Accounting.tsx +++ b/frontend/src/old-pages/Clusters/Accounting.tsx @@ -266,7 +266,7 @@ function CostEstimate({job}: any) { } function JobProperties({job}: any) { - console.log(job) + console.log("Processing job properties for job", job) return (