Skip to content

Commit

Permalink
misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Jul 16, 2024
1 parent 365077e commit 22ef24f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion log_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ root:
level: DEBUG
handlers:
- default
propagate: no
- file
propagate: yes
2 changes: 1 addition & 1 deletion scripts/start_dev.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

poetry run uvicorn src.smolvault.main:app --log-config=log_conf.yaml --host 0.0.0.0
poetry run uvicorn src.smolvault.main:app --log-config=log_conf.yaml --host 0.0.0.0 --server-header --timeout-keep-alive=120

0 comments on commit 22ef24f

Please sign in to comment.