2024-11-18 14:21:48 +00:00
|
|
|
import * as plugins from './coreflow.plugins.js';
|
2024-05-08 22:05:16 +00:00
|
|
|
import { projectInfoNpm } from './coreflow.info.js';
|
|
|
|
|
2024-11-18 14:21:48 +00:00
|
|
|
export const logger = new plugins.smartlog.Smartlog({
|
|
|
|
logContext: {
|
|
|
|
containerName: 'coreflow',
|
|
|
|
environment: 'production',
|
|
|
|
runtime: 'node',
|
|
|
|
zone: 'servezone',
|
|
|
|
},
|
2024-05-08 22:05:16 +00:00
|
|
|
});
|
|
|
|
logger.enableConsole();
|