diff --git a/scripts/native/file/rec-legal-customer-product-directory-1.0-native-quarkus-jdk17-runner b/scripts/native/file/rec-legal-customer-product-directory-1.0-native-quarkus-jdk17-runner index 4de607e..91682e3 100644 Binary files a/scripts/native/file/rec-legal-customer-product-directory-1.0-native-quarkus-jdk17-runner and b/scripts/native/file/rec-legal-customer-product-directory-1.0-native-quarkus-jdk17-runner differ diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a31f923..2c32eb0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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