log4j.properties 337 B

123456789
  1. # This file is part of the DITA Open Toolkit project.
  2. #
  3. # Copyright 2015 Jarno Elovirta
  4. #
  5. # See the accompanying LICENSE file for applicable license.
  6. log4j.rootCategory = warn, R
  7. log4j.appender.R = org.apache.log4j.ConsoleAppender
  8. log4j.appender.R.layout = org.apache.log4j.PatternLayout
  9. log4j.appender.R.layout.ConversionPattern = %m%n