if (config.logging.file_enabled) {
  transports.push(new winston.transports.File(config.logging.file));
}