Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Log reason when creating route fails
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Jun 19, 2017
1 parent 50e0c38 commit 8de910f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/openshift/challengeexposers/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (r *Route) Expose(a *acmelib.Client, domain string, token string) error {
log.Warnf("route challenge exposer: creating route %s/%s failed because of collision: %s", tmpName, namespace, err)
continue
} else {
log.Errorf("route challenge exposer: creating route %s/%s failed: %s", tmpName, namespace, err)
log.Errorf("route challenge exposer: creating route %s/%s failed: %s; raw: %s", tmpName, namespace, err, rawRoute)
return
}
}
Expand Down

0 comments on commit 8de910f

Please sign in to comment.