Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
polish main
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
thisthat committed Aug 9, 2023
1 parent 243aa13 commit d775de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lifecycle-operator/main.go
Original file line number Diff line number Diff line change
@@ -176,7 +176,8 @@ func main() {
// create Cloud Event client
ceClient, err := ce.NewClientHTTP()
if err != nil {
log.Fatalf("failed to create client, %v", err)
setupLog.Error(err, "failed to create CloudEvent client")
os.Exit(1)
}

taskLogger := ctrl.Log.WithName("KeptnTask Controller").V(env.KeptnTaskControllerLogLevel)

0 comments on commit d775de9

Please sign in to comment.