add log4j properties file to nquads module
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/5d69c946 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/5d69c946 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/5d69c946 Branch: refs/heads/master Commit: 5d69c946a46777484e750f27d8a56ae4549857dd Parents: 2ad859a Author: Peter Ansell <[email protected]> Authored: Wed Oct 24 13:52:22 2012 +1000 Committer: Peter Ansell <[email protected]> Committed: Wed Jun 26 10:08:05 2013 +1000 ---------------------------------------------------------------------- nquads/src/test/resources/log4j.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/5d69c946/nquads/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/nquads/src/test/resources/log4j.properties b/nquads/src/test/resources/log4j.properties index 4aa0d92..84062ba 100644 --- a/nquads/src/test/resources/log4j.properties +++ b/nquads/src/test/resources/log4j.properties @@ -1,3 +1,18 @@ +# 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. + log4j.rootCategory=INFO, O # Stdout
