Skip to content

Commit

Permalink
�fix: Sentry 로그 출력 형식 변경 (SWM-GSM#278)
Browse files Browse the repository at this point in the history
* chore: sentry 의존성 추가 및 설정 정보 작성

* feat: logback.xml에 sentry appender 추가

* chore: sentry client key 변경

* chore: sentry 설정 정보 추가

* chore: sentry 설정 정보를 sentry.properties로 이동

* fix: Sentry 로그 출력 형식 변경
  • Loading branch information
leeeeeyeon authored Oct 24, 2023
1 parent 18e3ce4 commit 64e1df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<level>ERROR</level>
</filter>
<encoder>
<pattern>%d{HH:mm:ss} [%thread] [%-5level] %logger{36} - %msg%n```%ex{full}```</pattern>
<pattern>${CONSOLE_LOG_PATTERN}</pattern>
</encoder>
</appender>

Expand Down Expand Up @@ -81,7 +81,7 @@
<level>ERROR</level>
</filter>
<encoder>
<pattern>%d{HH:mm:ss} [%thread] [%-5level] %logger{36} - %msg%n```%ex{full}```</pattern>
<pattern>${CONSOLE_LOG_PATTERN}</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 64e1df7

Please sign in to comment.