Refactor logging setup and enhance debug information in FastAPI application

This commit is contained in:
2025-02-10 21:03:26 +01:00
parent 66bfa96129
commit b5a0afc60c
7 changed files with 36 additions and 8 deletions

4
.vscode/launch.json vendored
View File

@ -3,12 +3,14 @@
"configurations": [
{
"name": "Python: FastAPI",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "uvicorn",
"args": [
"discord_embed.main:app",
"--reload",
"--log-level",
"debug"
],
"jinja": true,
"justMyCode": true