FoundKey/packages/backend/src/queue/logger.ts
Johann150 f245b6e517
Some checks failed
ci/woodpecker/push/lint-backend Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/test Pipeline failed
server: remove direct chalk dependency
Colouring of logs is not important to me because if I view them in journalctl
there are no colours anyway.
2024-04-01 19:10:55 +02:00

4 lines
92 B
TypeScript

import Logger from '@/services/logger.js';
export const queueLogger = new Logger('queue');