Skip to content

Commit

Permalink
Merge pull request #79 from paypal/develop
Browse files Browse the repository at this point in the history
develop to release
  • Loading branch information
vipragupta authored Sep 30, 2019
2 parents 033f0b0 + 7ff7203 commit f2218a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/pod/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func LaunchPod(files []string) types.PodStatus {
// 'retry' parameter is to indicate if RetryCmdLogs func should keep retrying if logs cmd fails or just exit.
//This is to make sure that we don't go in an infinite loop in RetryCmdLogs func when pod is killed, finished or fails.
func dockerLogToPodLogFile(files []string, retry bool) {
parts, err := GenerateCmdParts(files, " logs --follow --no-color")
parts, err := GenerateCmdParts(files, " logs -t --follow --no-color")
if err != nil {
log.Printf("POD_GENERATE_COMPOSE_PARTS_FAIL -- %v", err)
}
Expand Down

0 comments on commit f2218a3

Please sign in to comment.