Skip to content

Commit

Permalink
Update debug to info message
Browse files Browse the repository at this point in the history
  • Loading branch information
c-martinez committed Aug 4, 2021
1 parent 514cde0 commit 6c2cf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def guess_endpoint_uri(rq, loader):
auth = (static.DEFAULT_ENDPOINT_USER, static.DEFAULT_ENDPOINT_PASSWORD)
if auth == ('none', 'none'):
auth = None
glogger.debug("No endpoint specified, using default ({})".format(endpoint))
glogger.info("No endpoint specified, using default ({})".format(endpoint))

return endpoint, auth

Expand Down

0 comments on commit 6c2cf0a

Please sign in to comment.