debug()

in cloudrun-malware-scanner/metrics.ts [94:96]


  debug(message: string, ...args: any[]) {
    logger.debug('otel: ' + message, args);
  }