Skip to content

Commit 27a0f1e

Browse files
committed
dev mode should run with debug log level
1 parent f2b54cc commit 27a0f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ uvicorn = "*"
3636
python_version = "3.8"
3737

3838
[scripts]
39-
dev = "uvicorn app.main:APP --reload"
39+
dev = "uvicorn app.main:APP --reload --log-level=debug"
4040
start = "uvicorn app.main:APP"
4141
fmt = "invoke fmt"
4242
sort = "invoke sort"

0 commit comments

Comments
 (0)