Skip to content

Commit e80fe1c

Browse files
committedApr 1, 2019
Elevate log from DEBUG to INFO for ElasticIP abscense
1 parent 18ac1bf commit e80fe1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎otc/ecs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ func (d *Driver) configureNetwork() error {
644644

645645
// Exit if ElasticIp is set to false
646646
if d.ElasticIpBool == 0 {
647-
log.Debugf("%s | An ElasticIp won't be allocated", d.MachineName)
647+
log.Infof("%s | An ElasticIp won't be allocated", d.MachineName)
648648
return nil
649649
}
650650

0 commit comments

Comments
 (0)
Please sign in to comment.