mirror of
https://github.com/apache/jclouds.git
synced 2025-02-28 21:39:09 +00:00
log debug info at debug, not info
This commit is contained in:
parent
b191860dc7
commit
718874e348
@ -176,7 +176,7 @@ public class CloudStackComputeServiceAdapter implements
|
|||||||
String templateId = template.getImage().getId();
|
String templateId = template.getImage().getId();
|
||||||
String serviceOfferingId = template.getHardware().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);
|
zoneId, options);
|
||||||
AsyncCreateResponse job = client.getVirtualMachineClient().deployVirtualMachineInZone(zoneId, serviceOfferingId,
|
AsyncCreateResponse job = client.getVirtualMachineClient().deployVirtualMachineInZone(zoneId, serviceOfferingId,
|
||||||
templateId, options);
|
templateId, options);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user