spark/ts/spark.logging.ts
2024-05-08 20:49:10 +02:00

16 lines
396 B
TypeScript

import * as plugins from './spark.plugins.js';
import * as paths from './spark.paths.js';
const projectInfoNpm = new plugins.projectinfo.ProjectinfoNpm(paths.packageDir);
export const logger = new plugins.smartlog.Smartlog({
logContext: {
environment: 'production',
runtime: 'node',
zone: 'baremetal',
company: null,
companyunit: null,
containerName: 'spark',
}
});