Skip to content

Commit

Permalink
Adjust engine log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
gothub committed Jan 26, 2019
1 parent d9a89a9 commit 869486e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# set the log level to WARN and the log should be printed to stdout.
log4j.rootLogger=WARN, stderr
#log4j.rootLogger=DEBUG, stderr
#log4j.threshold=FATAL, ERROR, WARN, INFO


Expand All @@ -22,7 +23,8 @@ log4j.appender.stderr.layout.ConversionPattern=%d{yyyyMMdd-HH:mm:ss}: [%p]: %m [

################################################################################
# EXAMPLE: Print only messages of level WARN or above in the package com.foo:
log4j.logger.edu.ucsb.nceas=DEBUG
#log4j.logger.edu.ucsb.nceas=DEBUG
log4j.logger.edu.ucsb.nceas=INFO
#log4j.logger.com.hp.hpl.jena=WARN
#log4j.logger.org.dataone.ore=INFO
#log4j.logger.org.apache.http=DEBUG
log4j.logger.org.dataone.ore=WARN
log4j.logger.org.apache.http=WARN

0 comments on commit 869486e

Please sign in to comment.