Skip to content

Commit

Permalink
logs shoowing up in /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Jul 16, 2024
1 parent e46df10 commit 294a9d1
Showing 1 changed file with 1 addition and 1 deletion.
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 --server-header --timeout-keep-alive=120
poetry run hypercorn src.smolvault.main:app -b 0.0.0.0 --debug
poetry run hypercorn src.smolvault.main:app -b 0.0.0.0 --debug --log-config=logging.conf --log-level=DEBUG --access-logfile=access.log --error-logfile=error.log --keep-alive=120 --workers=1

0 comments on commit 294a9d1

Please sign in to comment.