in source/services/utils/logger/index.ts [38:53]
format: combine(
//
// Order is important here, the formats are called in the
// order they are passed to combine.
//
timestamp(),
myFormat
),
transports: [
//cw logs transport channel
new transports.Console({
level: process.env.LOG_LEVEL,
handleExceptions: true, //handle uncaught exceptions
//format: format.splat()
}),