mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-01 19:05:14 +02:00
Implement logging strategy (#444)
* Logging strategy and convert all prints() to logging invocations
This commit is contained in:
parent
3e0651222b
commit
dd70aade11
117 changed files with 1216 additions and 667 deletions
|
|
@ -36,7 +36,7 @@ class StreamEndpoint:
|
|||
|
||||
async def handle(self, request):
|
||||
|
||||
print(request.path, "...")
|
||||
logger.debug(f"Processing request: {request.path}")
|
||||
|
||||
try:
|
||||
ht = request.headers["Authorization"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue