Skip to content

Commit

Permalink
fix: 헬스체크 API 로깅에서 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
sjiwon committed Feb 19, 2024
1 parent b68eea3 commit cf06962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/koddy/server/global/log/LoggingAspect.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class LoggingAspect(
&& !execution(* com.koddy.server.global.decorator..*(..))
&& !execution(* com.koddy.server.global.filter..*(..))
&& !execution(* com.koddy.server.global.log..*(..))
&& !execution(* com.koddy.server..*HealthCheckApiController.*(..))
&& !execution(* com.koddy.server..*HealthCheckApi.*(..))
&& !execution(* com.koddy.server..*AnonymousRequestExceptionHandler.*(..))
&& !execution(* com.koddy.server..*Config.*(..))
&& !execution(* com.koddy.server..*Formatter.*(..))
Expand Down

0 comments on commit cf06962

Please sign in to comment.