changeset 71:87c0189b3437

Use the long option --disable-logging instead of "-L" for better understandability
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 17 Nov 2019 09:54:40 +0100
parents 177b341be057
children f85a4096574d
files uwsginl/files/uwsginl.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"}