Преглед изворни кода

fix stderr_logfile_backups example

Chris McDonough пре 18 година
родитељ
комит
9407c2f5c5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      sample.conf

+ 1 - 1
sample.conf

@@ -59,7 +59,7 @@ serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL  for a unix socket
 ;stdout_capturefile=NONE       ; stdout capturemode data file (default AUTO)
 ;stderr_logfile=/a/path        ; stderr log path, NONE for none; default AUTO
 ;stderr_logfile_maxbytes=1MB   ; max # logfile bytes b4 rotation (default 50MB)
-;stderr_logfile_backups        ; # of stderr logfile backups (default 10)
+;stderr_logfile_backups=10     ; # of stderr logfile backups (default 10)
 ;stderr_capturefile=NONE       ; stderr capturemode data file (default AUTO)
 ;environment=A=1,B=2           ; process environment additions