Files
cloudly/ts/logger.ts
T

17 lines
361 B
TypeScript
Raw Normal View History

import * as plugins from './plugins.js';
import * as paths from './paths.js';
2024-04-20 12:21:41 +02:00
export const logger = new plugins.smartlog.Smartlog({
logContext: {
2026-05-08 13:56:20 +00:00
company: undefined,
environment: undefined,
runtime: undefined,
zone: undefined,
companyunit: undefined,
containerName: undefined,
},
2024-04-20 12:21:41 +02:00
});
logger.enableConsole({
captureAll: false,
2024-04-20 12:21:41 +02:00
});