Skip to content

Commit

Permalink
fix: change DATALAYER_FILE_SERVER_URL check from error to info
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Mar 20, 2024
1 parent 5cbeb15 commit 4451575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/mirror-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const runMirrorCheck = async () => {
await Organization.addMirror(orgData.orgUid, mirrorUrl, true);
await Organization.addMirror(orgData.registryId, mirrorUrl, true);
} else {
logger.error(
logger.info(
'DATALAYER_FILE_SERVER_URL not set, skipping mirror announcement',
);
}
Expand Down

0 comments on commit 4451575

Please sign in to comment.