format: combine()

in source/services/preReqManager/lib/common/logger/index.ts [40:55]


  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
    }),