You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run with uvicorn api:app --reload and go to 127.0.0.1:8000
I'm sure the connection is established bcs when I run the application, the log_group is always created in cloudwatch. But when I run the code itself (visiting 127.0.0.1:8000), no logs are created. I'm thinking about if for few days now and I can't find any working solution. It might be connected with FastAPI somehow? Or is the issue somewhere between the monitor and keyboard and I'm just blind? :)
Thank you!
The text was updated successfully, but these errors were encountered:
I made a simple example:
advanced_logging.py
and here is FastAPI application:
api.py
run with
uvicorn api:app --reload
and go to127.0.0.1:8000
I'm sure the connection is established bcs when I run the application, the log_group is always created in cloudwatch. But when I run the code itself (visiting
127.0.0.1:8000
), no logs are created. I'm thinking about if for few days now and I can't find any working solution. It might be connected with FastAPI somehow? Or is the issue somewhere between the monitor and keyboard and I'm just blind? :)Thank you!
The text was updated successfully, but these errors were encountered: