mirror of https://github.com/apache/jclouds.git
log debug info at debug, not info
This commit is contained in:
parent
29cd4efab3
commit
b7b3a4c333
|
@ -175,7 +175,7 @@ public class CloudStackComputeServiceAdapter implements
|
|||
String templateId = template.getImage().getId();
|
||||
String serviceOfferingId = template.getHardware().getId();
|
||||
|
||||
logger.info("serviceOfferingId %s, templateId %s, zoneId %s, options %s%n", serviceOfferingId, templateId,
|
||||
logger.debug("serviceOfferingId %s, templateId %s, zoneId %s, options %s%n", serviceOfferingId, templateId,
|
||||
zoneId, options);
|
||||
AsyncCreateResponse job = client.getVirtualMachineClient().deployVirtualMachineInZone(zoneId, serviceOfferingId,
|
||||
templateId, options);
|
||||
|
|
Loading…
Reference in New Issue