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
?[32mINFO?[0m: Uvicorn running on ?[1mhttp://127.0.0.1:8000?[0m (Press CTRL+C to quit)
?[32mINFO?[0m: Started reloader process [?[36m?[1m2500?[0m] using ?[36m?[1mwatchgod?[0m
?[32mINFO?[0m: Started server process [?[36m428?[0m]
?[32mINFO?[0m: Waiting for application startup.
?[32mINFO?[0m: Application startup complete.
INFO:uvicorn.error:Application startup complete.
Yes, considering this issue in the uvicorn repo that's quite normal. The "error" you listed here isn't in fact an error, but an unfortunate name of the logger. This was already mentioned in this pull request, but this is still an open issue. From my perspective it's purely cosmetic though.
uvicorn main:app --reload
?[32mINFO?[0m: Uvicorn running on ?[1mhttp://127.0.0.1:8000?[0m (Press CTRL+C to quit)
?[32mINFO?[0m: Started reloader process [?[36m?[1m2500?[0m] using ?[36m?[1mwatchgod?[0m
?[32mINFO?[0m: Started server process [?[36m428?[0m]
?[32mINFO?[0m: Waiting for application startup.
?[32mINFO?[0m: Application startup complete.
INFO:uvicorn.error:Application startup complete.
"INFO:uvicorn.error:Application startup complete."是日志还是异常信息
The text was updated successfully, but these errors were encountered: