private get logger()

in src/api/audits/models.ts [95:97]


  private get logger(): Logger {
    return parentLogger.child({ auditId: this.id });
  }