format: combine()

in source/services/policyManager/lib/common/logger/index.ts [76:91]


  format: combine(
    //
    // Order is important here, the formats are called in the
    // order they are passed to combine.
    //

    timestamp(),
    myServiceLoggerFormat
  ),

  transports: [
    //cw logs transport channel
    new transports.Console({
      level: process.env.LOG_LEVEL,
      handleExceptions: true, //handle uncaught exceptions
    }),