Sfoglia il codice sorgente

fix stderr_logfile_backups example

Chris McDonough 18 anni fa
parent
commit
9407c2f5c5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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