import * as plugins from './coreflow.plugins.js'; import { projectInfoNpm } from './coreflow.info.js'; export const logger = new plugins.smartlog.Smartlog({ logContext: { containerName: 'coreflow', environment: 'production', runtime: 'node', zone: 'servezone', }, }); logger.enableConsole();