Parcourir la source

log the access to stdout for now..

main
John-Mark Gurney il y a 3 ans
Parent
révision
06531c19f6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Voir le fichier

@@ -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()')

Chargement…
Annuler
Enregistrer