# HG changeset patch # User Franz Glasner # Date 1573980880 -3600 # Node ID 87c0189b3437b0ca9e5b09b665cb8ff9b6000cee # Parent 177b341be0579aef879a88520b46246d771757f5 Use the long option --disable-logging instead of "-L" for better understandability diff -r 177b341be057 -r 87c0189b3437 uwsginl/files/uwsginl.in --- a/uwsginl/files/uwsginl.in Sat Nov 16 14:13:00 2019 +0100 +++ b/uwsginl/files/uwsginl.in Sun Nov 17 09:54:40 2019 +0100 @@ -25,7 +25,7 @@ # uwsginl_gid (int): Set the GID of the process to run with # Default is uwsgi. # uwsginl_flags (str): Set the uwsgi command line arguments -# Default is "-L". +# Default is "--disable-logging". # # If you would like to have multiple uWSGI instances running, you can # define multiple profiles: @@ -52,7 +52,7 @@ : ${uwsginl_pidfile="/var/run/${name}.pid"} : ${uwsginl_uid:="uwsgi"} : ${uwsginl_gid:="uwsgi"} -: ${uwsginl_flags="-L"} +: ${uwsginl_flags="--disable-logging"} : ${uwsginl_emperor:="NO"} : ${uwsginl_vassals_dir:="%%PREFIX%%/etc/uwsginl/vassals"}