fix(actuator): expose loggers endpoint + force release trigger
This commit is contained in:
@@ -12,12 +12,14 @@ management:
|
|||||||
endpoints:
|
endpoints:
|
||||||
web:
|
web:
|
||||||
exposure:
|
exposure:
|
||||||
# `conditions`, `beans`, `configprops` — diagnostic триада для
|
# `conditions`, `beans`, `configprops`, `loggers` — diagnostic четвёрка
|
||||||
# autoconfig debug (например: почему MailSenderAutoConfiguration
|
# для autoconfig debug (например: почему MailSenderAutoConfiguration
|
||||||
# не fired при наличии SPRING_MAIL_HOST env var и starter-mail на
|
# не fired при наличии SPRING_MAIL_HOST env var и starter-mail на
|
||||||
# classpath). Endpoints sensitive — exposed только на staging
|
# classpath). `loggers` runtime-toggle позволяет крутить
|
||||||
# behind cluster-internal Ingress (auth.required=true в prod).
|
# `org.springframework.boot.autoconfigure` в DEBUG без redeploy.
|
||||||
include: health,info,prometheus,refresh,metrics,env,mappings,conditions,beans,configprops
|
# Endpoints sensitive — exposed только на staging behind cluster-internal
|
||||||
|
# Ingress (auth.required=true в prod).
|
||||||
|
include: health,info,prometheus,refresh,metrics,env,mappings,conditions,beans,configprops,loggers
|
||||||
base-path: /actuator
|
base-path: /actuator
|
||||||
endpoint:
|
endpoint:
|
||||||
health:
|
health:
|
||||||
|
|||||||
Reference in New Issue
Block a user