Browse Source

Added information for 'logfile' option in getProcessInfo method.

GulsahKose 11 năm trước cách đây
mục cha
commit
8d5242f82c
2 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 2 0
      CONTRIBUTORS.txt
  2. 5 0
      docs/api.rst

+ 2 - 0
CONTRIBUTORS.txt

@@ -46,3 +46,5 @@ Contributors
 - Gary M. Josack, 2013-11-12
 
 - Márk Sági-Kazár, 2013-12-16
+
+- Gülşah Köse, 2014-07-17

+ 5 - 0
docs/api.rst

@@ -230,6 +230,7 @@ Process Control
              'statename':      'RUNNING',
              'spawnerr':       '',
              'exitstatus':     0,
+             'logfile':        '/path/to/stdout-log',
              'stdout_logfile': '/path/to/stdout-log',
              'stderr_logfile': '/path/to/stderr-log',
              'pid':            1}
@@ -289,6 +290,10 @@ Process Control
             Exit status (errorlevel) of process, or 0 if the process is still
             running.
 
+        .. describe:: logfile
+
+            Alias for "stdout_logfile".
+
         .. describe:: pid
 
             UNIX process ID (PID) of the process, or 0 if the process is not