update appliation.yml

This commit is contained in:
Ramon Ramirez 2026-01-05 22:39:59 -04:00
parent e2a2bd1054
commit 22617764f1
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ quarkus:
## OpenApi ## OpenApi
smallrye-openapi: smallrye-openapi:
path: /openapi path: /openapi
enable: 'true'
## Swagger IU ## Swagger IU
swagger-ui: swagger-ui:
path: /swagger-ui path: /swagger-ui
@ -27,6 +28,7 @@ quarkus:
log: log:
level: INFO level: INFO
console: console:
enable: true
format: "%d{HH:mm:ss.SSS} %-5p [%t] [%X{requestId}] %c{1} - %s%e%n" format: "%d{HH:mm:ss.SSS} %-5p [%t] [%X{requestId}] %c{1} - %s%e%n"
debug: debug:
print-startup-times: true print-startup-times: true