feat: add cache and logging
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user