fix(core): update

This commit is contained in:
2024-05-08 20:49:10 +02:00
commit 1d6d056942
26 changed files with 6396 additions and 0 deletions

15
ts/spark.logging.ts Normal file
View File

@@ -0,0 +1,15 @@
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',
}
});