Skip to content

Commit e18f110

Browse files
authored
Added LoggingManager and Health back to OpenAPI (#424)
1 parent c509e7d commit e18f110

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resources/application.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
quarkus.log.level=INFO
55
quarkus.log.console.async=true
66
quarkus.http.access-log.enabled=true
7+
quarkus.http.access-log.exclude-pattern=/q/.*
78

89
#################
910
### DATABASE ###
@@ -32,11 +33,6 @@ quarkus.http.filter.static.matches=/static/.+
3233
quarkus.http.filter.static.methods=GET,HEAD
3334
quarkus.http.filter.static.order=1
3435

35-
#################
36-
### NGROK ###
37-
#################
38-
%dev.quarkus.ngrok.enabled=false
39-
4036
#################
4137
### QUINOA ###
4238
#################
@@ -76,5 +72,9 @@ mp.openapi.extensions.smallrye.info.contact.name=Melloware
7672
mp.openapi.extensions.smallrye.info.contact.email=mellowaredev@gmail.com
7773
mp.openapi.extensions.smallrye.info.contact.url=https://melloware.com
7874

75+
#################
76+
### DEV ###
77+
#################
78+
%dev.quarkus.ngrok.enabled=false
7979
%dev.quarkus.datasource.dev-ui.allow-sql=true
8080
%dev.quarkus.hibernate-orm.dev-ui.allow-hql=true

0 commit comments

Comments
 (0)