Skip to content

Commit

Permalink
Log mesh provider at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed May 6, 2019
1 parent 921ac00 commit 5f544b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flagger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func main() {

canaryInformer := flaggerInformerFactory.Flagger().V1alpha3().Canaries()

logger.Infof("Starting flagger version %s revision %s", version.VERSION, version.REVISION)
logger.Infof("Starting flagger version %s revision %s mesh provider %s", version.VERSION, version.REVISION, meshProvider)

ver, err := kubeClient.Discovery().ServerVersion()
if err != nil {
Expand Down

0 comments on commit 5f544b9

Please sign in to comment.