diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2b3bae5..e331a94 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -21,6 +21,7 @@ management: endpoint: health: probes.enabled: true + logging.slow-indicator-threshold: "\${HEALTH_ACTUATOR_LOGGER_TIMEOUT_DURATION:PT1S}" group: readiness.include: "*" liveness.include: livenessState,diskSpace,ping @@ -40,3 +41,10 @@ management: system: true http: true logback: true + +logging: + level: + root: "\${LOG_LEVEL_ROOT:INFO}" + it.gov.pagopa: "\${LOG_LEVEL_PAGOPA:INFO}" + org.springframework: "\${LOG_LEVEL_SPRING:INFO}" + org.springframework.boot.availability: "\${LOG_LEVEL_SPRING_BOOT_AVAILABILITY:DEBUG}"