Repository: brooklyn-library Updated Branches: refs/heads/0.4.0 [created] 4df48da39
support passphrases set on localhost, using brooklyn.localhost.privateKeyPassphrase and support named locations, as described in NamedLocationResolver Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/4474ed54 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/4474ed54 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/4474ed54 Branch: refs/heads/0.4.0 Commit: 4474ed54c5a3a897b283c79c70f6ca9d560b48df Parents: cc497c0 Author: Alex Heneveld <[email protected]> Authored: Tue Sep 18 12:16:27 2012 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Sep 18 12:16:27 2012 +0100 ---------------------------------------------------------------------- examples/simple-web-cluster/src/main/resources/log4j.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/4474ed54/examples/simple-web-cluster/src/main/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/examples/simple-web-cluster/src/main/resources/log4j.properties b/examples/simple-web-cluster/src/main/resources/log4j.properties index a991715..d977696 100644 --- a/examples/simple-web-cluster/src/main/resources/log4j.properties +++ b/examples/simple-web-cluster/src/main/resources/log4j.properties @@ -34,5 +34,5 @@ log4j.logger.brooklyn.SSH=DEBUG log4j.logger.jclouds=DEBUG log4j.logger.org.jclouds=DEBUG log4j.logger.org.apache.whirr=DEBUG -log4j.logger.brooklyn.location.basic.jclouds=DEBUG -log4j.logger.brooklyn.util.internal.ssh=DEBUG \ No newline at end of file +log4j.logger.brooklyn.location=DEBUG +log4j.logger.brooklyn.entity=DEBUG
