platformservice/ts/logger.ts

10 lines
196 B
TypeScript
Raw Normal View History

2024-02-16 12:28:40 +00:00
import * as plugins from './plugins.js';
export const logger = new plugins.smartlog.Smartlog({
logContext: {
environment: 'production',
runtime: 'node',
zone: 'serve.zone',
}
});