Skip to content

Commit

Permalink
chore: P6spy를 prod 환경에서 제거한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Jun 27, 2024
1 parent d803da1 commit a62bf42
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
import jakarta.annotation.PostConstruct;
import org.hibernate.engine.jdbc.internal.FormatStyle;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;

import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;

@Profile({"local", "dev"})
@Configuration
public class P6spyConfig implements MessageFormattingStrategy {

Expand Down

0 comments on commit a62bf42

Please sign in to comment.