Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/963#discussion_r190576983
--- Diff:
locations/jclouds/src/test/java/org/apache/brooklyn/location/jclouds/provider/AwsEc2LocationLiveTest.java
---
@@ -28,6 +30,8 @@
*/
public class AwsEc2LocationLiveTest extends AbstractJcloudsLocationTest {
+ private static final Logger log =
LoggerFactory.getLogger(AwsEc2LocationLiveTest.class);
--- End diff --
The logger is not used here. Can be removed
---