gogs: Lower unnecessarily verbose logging statement
This commit is contained in:
parent
17a219ece0
commit
31c44330e8
1 changed files with 1 additions and 3 deletions
|
@ -92,9 +92,7 @@ class GogsLister(Lister[GogsListerState, GogsListerPage]):
|
|||
cred = random.choice(self.credentials)
|
||||
username = cred.get("username")
|
||||
self.api_token = cred["password"]
|
||||
logger.warning(
|
||||
"Using authentication credentials from user %s", username or "???"
|
||||
)
|
||||
logger.info("Using authentication credentials from user %s", username)
|
||||
else:
|
||||
# Raises an error on Gogs, or a warning on Gitea
|
||||
self.on_anonymous_mode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue