Skip to content

Commit

Permalink
print access logs
Browse files Browse the repository at this point in the history
  • Loading branch information
faermanj committed Aug 3, 2022
1 parent c82b8d9 commit c3ee98d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Print access logs
quarkus.http.access-log.enabled=true
# Avoid unnecessary log events
quarkus.banner.enabled=false
# Devservices only in dev
quarkus.devservices.enabled=false
mv.repoType=JPA
# Provides a default JPA Datasource
quarkus.datasource.db-kind=h2
quarkus.datasource.jdbc.url=jdbc:h2:mem:
quarkus.hibernate-orm.database.generation=create-drop

mv.repoType=JPA

0 comments on commit c3ee98d

Please sign in to comment.