Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| development:python [2023/09/28 17:17] – Zyzonix | development:python [2024/02/27 07:32] (current) – Zyzonix | ||
|---|---|---|---|
| Line 157: | Line 157: | ||
| ++++ | ++++ | ||
| </ | </ | ||
| + | |||
| + | ==== FastAPI/ | ||
| + | === Change Log Format === | ||
| + | Adding the following lines to your '' | ||
| + | <code bash> | ||
| + | log_config = uvicorn.config.LOGGING_CONFIG | ||
| + | log_config[" | ||
| + | uvicorn.run(app, | ||
| + | </ | ||
| + | |||
| + | //Sourced from [[https:// | ||