Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fastapi --- uvicorn main:app --reload #869

Open
osyangy opened this issue Aug 18, 2021 · 4 comments
Open

fastapi --- uvicorn main:app --reload #869

osyangy opened this issue Aug 18, 2021 · 4 comments

Comments

@osyangy
Copy link

osyangy commented Aug 18, 2021

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."是日志还是异常信息

@jkazimierczak
Copy link

What's the issue?

@osyangy
Copy link
Author

osyangy commented Aug 19, 2021

What's the issue?

INFO:uvicorn.error:Application startup complete. Is it logs or abnormal?

@h25302
Copy link

h25302 commented Aug 19, 2021

INFO:uvicorn.error:Application startup complete. 我也有这行信息
一开始也吓我一跳

@jkazimierczak
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants