Skip to content

Commit

Permalink
Added log4j.properties in test resource
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj5 committed Jun 28, 2018
1 parent 68a5921 commit 68e4297
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# Copyright 2018 Preferred.AI
#
# Licensed 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.rootLogger=ERROR, STDOUT
log4j.logger.ai.preferred.venom=DEBUG, STDOUT

log4j.additivity.ai.preferred.venom=false

log4j.appender.STDOUT=org.apache.log4j.ConsoleAppender
log4j.appender.STDOUT.Target=System.out
log4j.appender.STDOUT.layout=org.apache.log4j.EnhancedPatternLayout
log4j.appender.STDOUT.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} [%-25t] %-5p %c{1}:%L - %m%n%throwable

0 comments on commit 68e4297

Please sign in to comment.