Skip to content

Commit

Permalink
logging availability status transition
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Jan 29, 2025
1 parent ce8259e commit b7b1e6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}"

0 comments on commit b7b1e6d

Please sign in to comment.