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 cdeb589 commit 0d3f7cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,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 @@ -95,6 +96,14 @@ management:
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}"
org.springframework.kafka: "\${LOG_LEVEL_SPRING_KAFKA:INFO}"

data-cipher:
encrypt-psw: "\${DATA_CIPHER_ENCRYPT_PASSWORD:PWD}"
hash-pepper: "\${DATA_CIPHER_HASH_PEPPER:PEPPER}"
Expand Down

0 comments on commit 0d3f7cc

Please sign in to comment.