Created
April 1, 2017 09:28
-
-
Save sjmach/dbef854657fcf39b2cd1120b9e778ecc to your computer and use it in GitHub Desktop.
log4j.properties config file for Elastic search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Root logger option | |
log4j.rootLogger=INFO, file | |
# Direct log messages to a log file | |
log4j.appender.file=org.apache.log4j.RollingFileAppender | |
log4j.appender.file.File=logging.log | |
log4j.appender.file.MaxFileSize=100000MB | |
log4j.appender.file.layout=org.apache.log4j.PatternLayout | |
log4j.appender.file.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %m%n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment