concludes logging standardization refactor

This commit is contained in:
msramalho
2025-06-26 17:20:04 +01:00
parent ad29cb4447
commit afd9090a4c
48 changed files with 207 additions and 252 deletions

View File

@@ -36,9 +36,9 @@ class AAApiDb(Database):
if not self.store_results:
return
if cached:
logger.debug("skipping saving archive to AA API because it was cached")
logger.debug("Skipping saving archive to AA API because it was cached")
return
logger.debug("saving archive to the AA API.")
logger.debug("Saving archive to the AA API.")
payload = {
"author_id": self.author_id,