mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
common logging for rackspace
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
@@ -60,9 +60,7 @@ func (c *GenericClient) CreateInstance(d *Driver) (string, error) {
|
||||
}
|
||||
}
|
||||
|
||||
log.WithFields(log.Fields{
|
||||
"Name": d.MachineName,
|
||||
}).Info("Creating machine...")
|
||||
log.Info("Creating machine...")
|
||||
|
||||
server, err := servers.Create(c.Compute, keypairs.CreateOptsExt{
|
||||
serverOpts,
|
||||
|
||||
Reference in New Issue
Block a user