瀏覽代碼

log the access to stdout for now..

main
John-Mark Gurney 3 年之前
父節點
當前提交
06531c19f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -8,4 +8,4 @@ env:
($(VIRTUALENV) p && . ./p/bin/activate && pip install -r requirements.txt)

run:
([ ! -d p ] && $(VIRTUALENV) p || : && . ./p/bin/activate && hypercorn --bind '0.0.0.0:7742' --bind '[::]:7742' --bind 'unix:/tmp/bitelab.sock' 'bitelab:getApp()')
([ ! -d p ] && $(VIRTUALENV) p || : && . ./p/bin/activate && hypercorn --bind '0.0.0.0:7742' --bind '[::]:7742' --bind 'unix:/tmp/bitelab.sock' --access-logfile - 'bitelab:getApp()')

Loading…
取消
儲存