Skip to content

Commit

Permalink
fix: a few more logging improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Oct 16, 2024
1 parent a78a6cb commit 6093019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/sync-registries.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const syncOrganizationAudit = async (organization) => {

if (!rootHistory?.length) {
logger.warn(
`Could not find root history for ${organization.name} (orgUid ${organization.orgUid}), something is wrong and the sync for this organization will be paused until this is resolved.`,
`Could not find root history for ${organization.name} (orgUid ${organization.orgUid}, registryId ${organization.registryId}), something is wrong and the sync for this organization will be paused until this is resolved.`,
);
return;
}
Expand Down

0 comments on commit 6093019

Please sign in to comment.