소스 검색

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