Remove logback customization in camp project No point in having logback config in a library, messes with test output.
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b9e2ef7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b9e2ef7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b9e2ef7e Branch: refs/heads/master Commit: b9e2ef7ebfaa2ec8f8f01de8130629e844316664 Parents: 431f0c4 Author: Svetoslav Neykov <[email protected]> Authored: Thu Feb 5 16:29:51 2015 +0200 Committer: Svetoslav Neykov <[email protected]> Committed: Tue Mar 17 22:02:49 2015 +0200 ---------------------------------------------------------------------- .../src/main/resources/logback-custom.xml | 28 -------------------- 1 file changed, 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b9e2ef7e/camp/camp-base/src/main/resources/logback-custom.xml ---------------------------------------------------------------------- diff --git a/camp/camp-base/src/main/resources/logback-custom.xml b/camp/camp-base/src/main/resources/logback-custom.xml deleted file mode 100644 index 693977d..0000000 --- a/camp/camp-base/src/main/resources/logback-custom.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<included> - - <!-- include everything in this project at debug level --> - <logger name="io.cloudsoft.cloudera" level="DEBUG"/> - - <!-- log to simple-web-cluster.log --> - <property name="logging.basename" scope="context" value="brooklyn-camp" /> - -</included>
