tortoise / tortoise/tortoise-orm
fastapi --- uvicorn main:app --reload
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 516
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 9
Description
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."是日志还是异常信息
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported uvicorn main:app --reload output and inspect the startup logging around the two Application startup complete lines. No source files or tests are named; done would require determining whether the second line is expected logging or an exception and documenting or correcting the behavior accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fastapi, python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100