feat: add cache and logging

This commit is contained in:
2024-07-31 00:18:32 +03:00
parent 7f0e19fb5a
commit 891869c58c
7 changed files with 85 additions and 7 deletions

View File

@@ -23,7 +23,12 @@
"type": "debugpy",
"request": "launch",
"module": "uvicorn",
"args": ["weather.main:app", "--reload"]
"args": [
"weather.main:app",
"--reload",
"--log-config",
"weather/logging.yaml"
]
}
]
}