Skip to content

Commit c460e65

Browse files
committed
Enable access logs to see if web hook is triggered
1 parent 92b960f commit c460e65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# So that we have /api prefix in all our REST paths:
44
quarkus.rest.path=/api
5+
# Enable access logs, in particular to see if web hook is triggered:
6+
quarkus.http.access-log.enabled=true
7+
quarkus.log.category."io.quarkus.http.access-log".level=INFO
58
# Management endpoints:
69
quarkus.management.enabled=true
710
quarkus.management.auth.basic=true

0 commit comments

Comments
 (0)