if (config.logging.console_enabled) {
  transports.push(new winston.transports.Console(config.logging.console));
}