summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/processors/TickChartsProcessorService.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/backend/src/queue/processors/TickChartsProcessorService.ts')
-rw-r--r--packages/backend/src/queue/processors/TickChartsProcessorService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/queue/processors/TickChartsProcessorService.ts b/packages/backend/src/queue/processors/TickChartsProcessorService.ts
index fc8856a271..b4b8b1f205 100644
--- a/packages/backend/src/queue/processors/TickChartsProcessorService.ts
+++ b/packages/backend/src/queue/processors/TickChartsProcessorService.ts
@@ -62,6 +62,6 @@ export class TickChartsProcessorService {
await this.perUserDriveChart.tick(false);
await this.apRequestChart.tick(false);
- this.logger.succ('All charts successfully ticked.');
+ this.logger.info('All charts successfully ticked.');
}
}