Skip to content

Commit

Permalink
Merge pull request #65 from lime-company/issues/64-suppress-hibernate…
Browse files Browse the repository at this point in the history
…-warnings

Fix #64: Suppress Hibernate warnings
  • Loading branch information
Petr Dvořák authored Mar 29, 2018
2 parents c86aed9 + 8983c3d commit e90e858
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ powerauth.service.crypto.signatureValidationLookahead=20

# Database Lock Timeout Configuration
javax.persistence.lock.timeout=10000

# TODO: Workaround for Hibernate <5.2 and Oracle harmless warnings
# Disabled follow-on-locking warnings
logging.level.org.hibernate.loader.Loader=ERROR

0 comments on commit e90e858

Please sign in to comment.