浏览代码

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