Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9336748
D8292.id29945.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
661 B
Subscribers
None
D8292.id29945.diff
View Options
diff --git a/swh/lister/gogs/lister.py b/swh/lister/gogs/lister.py
--- a/swh/lister/gogs/lister.py
+++ b/swh/lister/gogs/lister.py
@@ -92,9 +92,7 @@
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()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 3 2025, 7:42 AM (10 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3218868
Attached To
D8292: gogs: Lower unnecessarily verbose logging statement
Event Timeline
Log In to Comment