summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index f85c840..a24f6a9 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,7 +9,7 @@
"type": "debugpy",
"request": "launch",
"module": "uvicorn",
- "args": ["app.main:app", "--host", "0.0.0.0"],
+ "args": ["app.main:app", "--host", "0.0.0.0", "--log-config", "./log_config.json"],
"console": "integratedTerminal"
}
]