Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dev mode should run with debug log level
  • Loading branch information
Kilo59 committed Apr 26, 2020
commit 27a0f1ef7c75823ebfc3164fa455bb336111bcdd
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ uvicorn = "*"
python_version = "3.8"

[scripts]
dev = "uvicorn app.main:APP --reload"
dev = "uvicorn app.main:APP --reload --log-level=debug"
start = "uvicorn app.main:APP"
fmt = "invoke fmt"
sort = "invoke sort"
Expand Down