Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/963#discussion_r190597658
--- 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 --
also used in test---
