Github user geomacy commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/678#discussion_r120924998
  
    --- Diff: 
locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocation.java
 ---
    @@ -1096,6 +1055,13 @@ protected MachineLocation obtainOnce(ConfigBag 
setup) throws NoMachinesAvailable
                         + ": "+e.getMessage());
                 LOG.debug(Throwables.getStackTraceAsString(e));
     
    +            try {
    +                customizersDelegate.preReleaseOnObtainError(this, 
machineLocation, e);
    +            } catch (Exception customizerException) {
    +                LOG.debug("Got exception on calling customizer 
preReleaseOnObtainError, ignoring. Location is {}, machine location is {}, node 
is {}",
    --- End diff --
    
    Could make this `.info()`, it's not going to generate lots of output, as it 
happens only upon failure condition, and it would probably be nice in such a 
case to see any relevant errors in the log by default without having to enable 
debug. Same below.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to