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/0227cc0c Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/0227cc0c Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/0227cc0c Branch: refs/heads/ANY23-141 Commit: 0227cc0cb394474c41e05ddd4f0f14675438121f Parents: d083560 Author: Peter Ansell <[email protected]> Authored: Wed Oct 24 13:52:22 2012 +1000 Committer: Peter Ansell <[email protected]> Committed: Fri Apr 19 13:33:27 2013 +1000 ---------------------------------------------------------------------- nquads/src/test/resources/log4j.properties | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/0227cc0c/nquads/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/nquads/src/test/resources/log4j.properties b/nquads/src/test/resources/log4j.properties new file mode 100644 index 0000000..d715976 --- /dev/null +++ b/nquads/src/test/resources/log4j.properties @@ -0,0 +1,23 @@ +# 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, stdout + +log4j.appender.stdout.Threshold=INFO + +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout + +log4j.appender.stdout.layout.ConversionPattern=%5p [%t] %m%n
