platformclient/ts/logger.ts

9 lines
195 B
TypeScript
Raw Normal View History

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