Skip to content

Commit

Permalink
Only log hikari errors.
Browse files Browse the repository at this point in the history
  * removes noise from the main DROID log in normal operation.
  • Loading branch information
nishihatapalmer committed Jan 31, 2020
1 parent b7d1dbc commit a747485
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions droid-binary/conf/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ log4j.category.org.springframework=ERROR
log4j.category.org.hibernate=ERROR
log4j.logger.org.springframework=ERROR
log4j.logger.org.hibernate=ERROR
log4j.category.com.zaxxer.hikari=ERROR


5 changes: 4 additions & 1 deletion droid-swing-ui/src/main/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@ logger.apache.level=error
logger.apache.appenderRef.console.ref = console
logger.apache.appenderRef.rolling.ref = rolling


logger.hikari.name=com.zaxxer.hikari
logger.hikari.level=error
logger.hikari.appenderRef.console.ref = console
logger.hikari.appenderRef.rolling.ref = rolling

0 comments on commit a747485

Please sign in to comment.