forked from phoenix-oss/llama-stack-mirror
feat: add more logs to agent_instance.py
This commit is contained in:
parent
ee5e9b935a
commit
0a76ece249
3 changed files with 12 additions and 12 deletions
|
@ -436,7 +436,7 @@ def main():
|
|||
)
|
||||
)
|
||||
|
||||
logcat.debug("server", f"Serving API {api_str}")
|
||||
logcat.debug("server", f"serving APIs: {apis_to_serve}")
|
||||
|
||||
app.exception_handler(RequestValidationError)(global_exception_handler)
|
||||
app.exception_handler(Exception)(global_exception_handler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue