Skip to content

Commit 51ab176

Browse files
[Hot-Fix] swagger 비활성화 (profile 로깅 메시지 수정)
1 parent 38f3f5a commit 51ab176

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/example/ssccwebbe/global/security/config/SecurityConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public class SecurityConfig {
5555

5656
@PostConstruct
5757
public void checkConfig() {
58-
log.info("현재 활성화된 프로필: {}", activeProfile);
59-
log.info("Swagger UI 활성화 여부: {}", swaggerEnabled);
58+
log.info("Active profile: {}", activeProfile);
59+
log.info("Swagger UI enabled: {}", swaggerEnabled);
6060
}
6161

6262
// LoginSuccessHandler 빈을 명확히 주입 받기 위해 Qualifier 설정 도입

0 commit comments

Comments
 (0)