Skip to content

Commit

Permalink
Enable access logs to see if web hook is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Oct 24, 2024
1 parent 2eff205 commit b4453f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# So that we have /api prefix in all our REST paths:
quarkus.rest.path=/api
# Enable access logs, in particular to see if web hook is triggered:
quarkus.http.access-log.enabled=true
quarkus.log.category."io.quarkus.http.access-log".level=INFO
# Management endpoints:
quarkus.management.enabled=true
quarkus.management.auth.basic=true
Expand Down

0 comments on commit b4453f3

Please sign in to comment.