fix(core): update
This commit is contained in:
15
ts/gitzone.logging.ts
Normal file
15
ts/gitzone.logging.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import * as plugins from './plugins.js';
|
||||
|
||||
export const logger = new plugins.smartlog.Smartlog({
|
||||
minimumLogLevel: 'silly',
|
||||
logContext: {
|
||||
company: 'Task Venture Capital GmbH',
|
||||
companyunit: 'Lossless Cloud',
|
||||
containerName: 'local',
|
||||
environment: 'local',
|
||||
runtime: 'node',
|
||||
zone: 'gitzone',
|
||||
},
|
||||
});
|
||||
|
||||
logger.addLogDestination(new plugins.smartlogDestinationLocal.DestinationLocal());
|
Reference in New Issue
Block a user