platformservice/ts/logger.ts
2024-02-16 13:28:40 +01:00

10 lines
196 B
TypeScript

import * as plugins from './plugins.js';
export const logger = new plugins.smartlog.Smartlog({
logContext: {
environment: 'production',
runtime: 'node',
zone: 'serve.zone',
}
});