Skip to content

Commit

Permalink
modified: LoggerFilter profile 제거 (feat. dev, prod) 전부 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
k9want committed Sep 4, 2024
1 parent dea8292 commit b54f7e8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
import java.io.IOException;
import java.util.Enumeration;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Component;
import org.springframework.web.util.ContentCachingRequestWrapper;
import org.springframework.web.util.ContentCachingResponseWrapper;

@Profile("dev")
@Slf4j
@Component
public class LoggerFilter implements Filter {
Expand Down

0 comments on commit b54f7e8

Please sign in to comment.