We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bd9d8f + 3208a7b commit ea1a09fCopy full SHA for ea1a09f
pkg/lifecycle/logs.go
@@ -91,7 +91,7 @@ func (l *logs) write(data string, logType string) {
91
logrus.Errorf("Error while writing logs: %s", err)
92
}
93
default:
94
- fmt.Printf(data)
+ fmt.Println(data)
95
if _, err := l.file.WriteString(data + "\n"); err != nil {
96
97
0 commit comments