Skip to content

Instantly share code, notes, and snippets.

@yetti
Created March 16, 2018 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yetti/84d86dad06f4ca6cf58f0450ba4edd71 to your computer and use it in GitHub Desktop.
Save yetti/84d86dad06f4ca6cf58f0450ba4edd71 to your computer and use it in GitHub Desktop.
status = error
name = PropertiesConfig
#filter.threshold.type = ThresholdFilter
#filter.threshold.level = debug
appender.console.type = Console
appender.console.name = STDOUT
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{yyyy-MMM-dd HH:mm:ss a} [%t] %-5p %c{36} - %m%n
appender.console.filter.threshold.type = ThresholdFilter
appender.console.filter.threshold.level = error
rootLogger.level = warn
rootLogger.appenderRefs = stdout
rootLogger.appenderRef.stdout.ref = STDOUT
#logger.api.name = au.gov.nla.sbdp.api
#logger.api.level = error
#logger.api.additivity = false
#logger.api.appenderRef = STDOUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment