Skip to content

Commit

Permalink
[Ingest Manager] Log a warning if registryUrl is set in non gold (#71514
Browse files Browse the repository at this point in the history
) (#71544)
  • Loading branch information
nchaulet committed Jul 14, 2020
1 parent 6e7d139 commit aa81e4c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ export const getRegistryUrl = (): string => {
return customUrl;
}

if (customUrl) {
appContextService.getLogger().warn('Gold license is required to use a custom registry url.');
}

return DEFAULT_REGISTRY_URL;
};

0 comments on commit aa81e4c

Please sign in to comment.