Skip to content

Commit

Permalink
change debug to info
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Sep 27, 2024
1 parent 208fbfe commit cb91e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crds/client/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def get_build_context(observatory=None):
try:
return str(S.get_build_context(observatory, calver))
except ServiceError:
log.debug("Server build context could not be identified. Using 'latest' instead.")
log.info("Server build context could not be identified. Using 'latest' instead.")
return get_default_context(observatory=observatory, state="latest")


Expand Down

0 comments on commit cb91e74

Please sign in to comment.