You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param boolean $stdout 1/True/true or 0/False/false, show stdout log. Default false
281
-
* @param boolean $stderr 1/True/true or 0/False/false, show stderr log. Default false
280
+
* @param boolean $stdout 1/True/true or 0/False/false, show stdout log. Default true
281
+
* @param boolean $stderr 1/True/true or 0/False/false, show stderr log. Default true
282
282
* @param int $since UNIX timestamp (integer) to filter logs. Specifying a timestamp will only output log-entries since that timestamp. Default: 0 (unfiltered) (requires API v1.19+ / Docker v1.7+)
283
283
* @param boolean $timestamps 1/True/true or 0/False/false, print timestamps for every log line. Default false
284
284
* @param int|null $tail Output specified number of lines at the end of logs: all or <number>. Default all
@@ -287,7 +287,7 @@ public function containerTop($container, $ps_args = null)
* @param boolean $stdout 1/True/true or 0/False/false, show stdout log. Default false
327
-
* @param boolean $stderr 1/True/true or 0/False/false, show stderr log. Default false
326
+
* @param boolean $stdout 1/True/true or 0/False/false, show stdout log. Default true
327
+
* @param boolean $stderr 1/True/true or 0/False/false, show stderr log. Default true
328
328
* @param int $since UNIX timestamp (integer) to filter logs. Specifying a timestamp will only output log-entries since that timestamp. Default: 0 (unfiltered) (requires API v1.19+ / Docker v1.7+)
329
329
* @param boolean $timestamps 1/True/true or 0/False/false, print timestamps for every log line. Default false
330
330
* @param int|null $tail Output specified number of lines at the end of logs: all or <number>. Default all
@@ -333,7 +333,7 @@ public function containerLogs($container, $follow = false, $stdout = false, $std
0 commit comments