import { Logger } from '@kevisual/logger'; export const logger = new Logger({ level: process?.env?.LOG_LEVEL || 'info', showTime: true, });