From fdf321316f43707f63ac42c4e9116c9cdf35d4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B8=D0=BC=D0=B8=D0=BD?= Date: Fri, 15 May 2026 09:35:14 +0000 Subject: [PATCH] fix(actuator): expose loggers endpoint + force release trigger --- ordinis-app/src/main/resources/application.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ordinis-app/src/main/resources/application.yml b/ordinis-app/src/main/resources/application.yml index afdeb81..b1b6353 100644 --- a/ordinis-app/src/main/resources/application.yml +++ b/ordinis-app/src/main/resources/application.yml @@ -12,12 +12,14 @@ management: endpoints: web: exposure: - # `conditions`, `beans`, `configprops` — diagnostic триада для - # autoconfig debug (например: почему MailSenderAutoConfiguration + # `conditions`, `beans`, `configprops`, `loggers` — diagnostic четвёрка + # для autoconfig debug (например: почему MailSenderAutoConfiguration # не fired при наличии SPRING_MAIL_HOST env var и starter-mail на - # classpath). Endpoints sensitive — exposed только на staging - # behind cluster-internal Ingress (auth.required=true в prod). - include: health,info,prometheus,refresh,metrics,env,mappings,conditions,beans,configprops + # classpath). `loggers` runtime-toggle позволяет крутить + # `org.springframework.boot.autoconfigure` в DEBUG без redeploy. + # 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 endpoint: health: