2024-05-28 16:45:34 +00:00
|
|
|
import * as plugins from './plugins.js';
|
|
|
|
import * as paths from './paths.js';
|
2024-04-20 10:21:41 +00:00
|
|
|
|
|
|
|
export const logger = new plugins.smartlog.Smartlog({
|
|
|
|
logContext: {
|
|
|
|
company: null,
|
|
|
|
environment: null,
|
|
|
|
runtime: null,
|
|
|
|
zone: null,
|
|
|
|
companyunit: null,
|
|
|
|
containerName: null,
|
2024-10-27 18:50:39 +00:00
|
|
|
},
|
2024-04-20 10:21:41 +00:00
|
|
|
});
|
|
|
|
logger.enableConsole({
|
2024-10-27 18:50:39 +00:00
|
|
|
captureAll: false,
|
2024-04-20 10:21:41 +00:00
|
|
|
});
|