Skip to content

Commit

Permalink
fix: add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpapani committed Jul 22, 2024
1 parent cdc3b41 commit a31b4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/experimentation-ess/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export async function essExperimentationAllAuditRunner(auditUrl, context, site)
log = context.log;
const { dataAccess } = context;
const siteId = site.getId();
log.info(`Site Id: ${siteId}`);
log.info(`Received ESS Experimentation All audit request for ${auditUrl}`);
const startTime = process.hrtime();

Expand Down

0 comments on commit a31b4b7

Please sign in to comment.