summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/api.py b/api.py
index f436b57..692c931 100644
--- a/api.py
+++ b/api.py
@@ -56,8 +56,8 @@ class Apigrabber(joblib.worker.Worker):
async with con.transaction():
matchids = await con.fetch(
self._insertquery, json.dumps(data))
- logging.debug("%s: inserted %s matches from API into database",
- jobid, len(matchids))
+ logging.info("%s: inserted %s matches for player '%s' from API into database",
+ jobid, len(matchids), playername)
payloads = [{
"id": mat["id"],
"playername": playername