Skip to content

Commit

Permalink
fix : 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-1116 committed Aug 11, 2024
1 parent 306af41 commit 80cb154
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class LoggingComponent {
+ "&& !within(site.timecapsulearchive.core.infra..config..*)"
+ "&& !within(site.timecapsulearchive.core.domain..api..*)"
+ "&& !within(site.timecapsulearchive.core.global..*)"
+ "|| within(site.timecapsulearchive.core.global.api..*)"
+ "|| within(site.timecapsulearchive.core.global.geography..*)")
+ "|| within(site.timecapsulearchive.core.global.api.limit.ApiLimitCheckInterceptor)"
+ "|| within(site.timecapsulearchive.core.global.geography.GeoTransformManager)")
public void doTraceBefore(JoinPoint joinPoint) {
Object[] args = joinPoint.getArgs();

Expand All @@ -28,9 +28,9 @@ public void doTraceBefore(JoinPoint joinPoint) {
+ "&& !within(site.timecapsulearchive.core.infra..config..*)"
+ "&& !within(site.timecapsulearchive.core.domain..api..*)"
+ "&& !within(site.timecapsulearchive.core.global..*)"
+ "|| within(site.timecapsulearchive.core.global.api..*)"
+ "|| within(site.timecapsulearchive.core.global.geography..*)")
+ "|| within(site.timecapsulearchive.core.global.api.limit.ApiLimitCheckInterceptor)"
+ "|| within(site.timecapsulearchive.core.global.geography.GeoTransformManager)")
public void doTraceAfter(JoinPoint joinPoint) {
log.info("[after] {}", joinPoint.getSignature());
}
}
}

0 comments on commit 80cb154

Please sign in to comment.