Files
coreflow/ts/coreflow.logging.ts
T

12 lines
260 B
TypeScript
Raw Normal View History

import * as plugins from './coreflow.plugins.js';
2024-05-09 00:05:16 +02:00
export const logger = new plugins.smartlog.Smartlog({
logContext: {
containerName: 'coreflow',
environment: 'production',
runtime: 'node',
zone: 'servezone',
},
2024-05-09 00:05:16 +02:00
});
logger.enableConsole();