enhance logging and error handling in authentication process

This commit is contained in:
Eduardo Silva
2026-03-16 11:26:16 -03:00
parent a68820fd98
commit 66a3895eff
4 changed files with 41 additions and 4 deletions

View File

@@ -2,4 +2,4 @@
set -eu
exec uvicorn auth_gateway.main:app --host 0.0.0.0 --port 9091
exec uvicorn auth_gateway.main:app --host 0.0.0.0 --port 9091 --no-access-log