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