You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

log4j.properties 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. log4j.rootLogger=info, R
  16. log4j.appender.R=org.apache.log4j.RollingFileAppender
  17. log4j.appender.R.File=build/test-integration.log
  18. log4j.appender.R.MaxFileSize=1000KB
  19. # Keep one backup file
  20. log4j.appender.R.MaxBackupIndex=5
  21. log4j.appender.R.layout=org.apache.log4j.PatternLayout
  22. log4j.appender.R.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
  23. log4j.logger.org.apache.poi.poifs.nio.FileBackedDataSource=ERROR
  24. log4j.logger.org.apache.poi.hdgf.chunks.Chunk=FATAL
  25. log4j.logger.org.apache.poi.hpsf.CodePageString=ERROR
  26. log4j.logger.org.apache.poi.hdgf.chunks.ChunkFactory=ERROR
  27. log4j.logger.org.apache.poi.hslf.model.textproperties.BitMaskTextProp=ERROR
  28. log4j.logger.org.apache.poi.hslf.usermodel.HSLFTextParagraph=ERROR
  29. log4j.logger.org.apache.poi.openxml4j.opc.ZipPackage=ERROR
  30. log4j.logger.org.apache.poi.POIDocument=WARN
  31. log4j.logger.org.apache.poi.openxml4j.opc.OPCPackage=ERROR
  32. log4j.logger.org.apache.poi.xssf.usermodel.XSSFWorkbook=ERROR
  33. log4j.logger.org.apache.poi.hslf.usermodel.HSLFGroupShape=WARN
  34. log4j.logger.org.apache.poi.hslf.record.Record=ERROR