[mirror] Scalable static site server for Git forges (like GitHub Pages)

Log beginning of audit event processing.

This helps debugging slow scripts (e.g. using ClamAV).

+2
+2
src/audit.go
··· 217 217 logc.Printf(ctx, "audit process err: malformed query\n") 218 218 http.Error(w, "malformed query", http.StatusBadRequest) 219 219 return 220 + } else { 221 + logc.Printf(ctx, "audit process %s", id) 220 222 } 221 223 222 224 record, err := backend.QueryAuditLog(ctx, id)