X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fsv%2Fcyclo-vote%2Frun;h=006fcb4fa9d94b2a86c11724b652a54243631d54;hb=ef74a9f93af8017c2dc88cb8f14805dcc1023156;hp=f040d779f4cf9c6d8cd132f8d7a12f6975486fe3;hpb=b71ef31a1e1888a6f2b8303fad6e7ad0f8e1572d;p=lhc%2Fateliers.git diff --git a/etc/sv/cyclo-vote/run b/etc/sv/cyclo-vote/run index f040d77..006fcb4 100755 --- a/etc/sv/cyclo-vote/run +++ b/etc/sv/cyclo-vote/run @@ -7,4 +7,4 @@ eval home=~"$user" cd "$home" exec /usr/bin/chpst \ -u "$user":"$user" \ - gunicorn -w 4 -b 127.0.0.1:5000 main:app + gunicorn -w 4 -b 127.0.0.1:5000 --log-level=debug "$@" main:app