f40ef6b7c0
Align Cloudly with the current typedserver, smartconfig, smartstate, and Docker tooling releases so builds and Docker output stay compatible with the upgraded stack.
17 lines
361 B
TypeScript
17 lines
361 B
TypeScript
import * as plugins from './plugins.js';
|
|
import * as paths from './paths.js';
|
|
|
|
export const logger = new plugins.smartlog.Smartlog({
|
|
logContext: {
|
|
company: undefined,
|
|
environment: undefined,
|
|
runtime: undefined,
|
|
zone: undefined,
|
|
companyunit: undefined,
|
|
containerName: undefined,
|
|
},
|
|
});
|
|
logger.enableConsole({
|
|
captureAll: false,
|
|
});
|