Skip to content

Commit

Permalink
feat: 인코딩 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
nayonsoso committed Aug 8, 2024
1 parent 94dc84f commit 1771e59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
<conversionRule conversionWord="wEx" converterClass="org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter" />

<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<charset>UTF-8</charset>
<encoder>
<pattern>${CONSOLE_LOG_PATTERN}</pattern>
</encoder>
</appender>

<appender name="ROLLING" class="ch.qos.logback.core.rolling.RollingFileAppender">
<charset>UTF-8</charset>
<encoder>
<pattern>${FILE_LOG_PATTERN}</pattern>
<charset>utf8</charset>
Expand Down

0 comments on commit 1771e59

Please sign in to comment.