print request values

master
Aevann 2024-04-16 16:05:20 +02:00
parent f85c2ae15c
commit 313ed57923
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ def worker_abort(worker):
worker.log.warning(f"User: {u.username!r} id:{u.id}")
else:
worker.log.warning(f"User: not logged in")
worker.log.warning(dict(request.values))
worker.log.warning(STARS)
else:
worker.log.warning("No request info")