瀏覽代碼

Document blather.

Chris McDonough 17 年之前
父節點
當前提交
26b953251d
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      README.txt

+ 7 - 2
README.txt

@@ -301,8 +301,9 @@ Configuration File '[supervisord]' Section Settings
 
   'loglevel' -- The logging level, dictating what is written to the
   activity log.  One of 'critical', 'error', 'warn', 'info', 'debug'
-  or 'trace'.  Note that at log level 'debug', the supervisord log
-  file will record the stderr/stdout output of its child processes,
+  'trace', or 'blather'.  Note that at log level 'debug', the
+  supervisord log file will record the stderr/stdout output of its
+  child processes and extended info info about process state changes,
   which is useful for debugging a process which isn't starting
   properly.  See also: 'Supervisor Log Levels'.  Default: info.
 
@@ -1319,6 +1320,10 @@ Supervisor Log Levels
   state changes, event notifications, RPC communications information).
 
   trace (TRAC) -- messages useful for developers trying to debug
+  supervisor plugins, and information about HTTP and RPC requests and
+  responses.
+
+  blather (BLAT) -- messages useful for developers trying to debug
   supervisor itself.
 
 Signals