Table of Contents

Search

  1. Introduction
  2. Samples and Examples
  3. Tools and Utilities
  4. SDK Resources

Sample Automation Log Properties File

Sample Automation Log Properties File

The following sample shows a
log4j.properties
file:
log4j.rootLogger=info, stdout, file log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=[%d{ISO8601}] [%t] [%-5p] %c: %m%n log4j.appender.file=org.apache.log4j.RollingFileAppender log4j.appender.file.File=MdmAutomation.log log4j.appender.file.MaxFileSize=10MB log4j.appender.file.MaxBackupIndex=5 log4j.appender.file.layout=org.apache.log4j.PatternLayout log4j.appender.file.layout.ConversionPattern=[%d{ISO8601}] [%t] [%-5p] %c: %m%n

0 COMMENTS

We’d like to hear from you!