fix(actuator): expose loggers endpoint + force release trigger

This commit is contained in:
Александр Зимин
2026-05-15 09:35:14 +00:00
parent 7ee809be34
commit fdf321316f
@@ -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: