forked from phoenix-oss/llama-stack-mirror
Small cleanup of console logs
This commit is contained in:
parent
cb9e9048e7
commit
084ec337af
3 changed files with 16 additions and 8 deletions
|
@ -217,7 +217,7 @@ class TracingMiddleware:
|
|||
|
||||
async def __call__(self, scope, receive, send):
|
||||
path = scope["path"]
|
||||
await start_trace(path, {"location": "server"})
|
||||
await start_trace(path, {"__location__": "server"})
|
||||
try:
|
||||
return await self.app(scope, receive, send)
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue