Skip to content

Commit

Permalink
🐛 테스트 실패 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
semi-cloud committed Dec 1, 2024
1 parent 8c77aa5 commit 3541320
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<property name="HASHTAG_LOG_HOST_NAME" value="${log.config.hashtag.hostname}"/>
</springProfile>

<springProfile name="local">
<springProfile name="local, test">
<property name="HASHTAG_LOG_HOST_NAME" value="${log.config.hashtag.hostname.local}"/>
</springProfile>

Expand Down Expand Up @@ -91,7 +91,6 @@
<appender name="HASHTAG_SOCKET" class="ch.qos.logback.classic.net.SocketAppender">
<remoteHost>${HASHTAG_LOG_HOST_NAME}</remoteHost>
<port>${HASHTAG_LOG_PORT}</port>
<!-- <includeCallerData>true</includeCallerData>-->
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<pattern>${HASHTAG_LOG_PATTERN}</pattern>
</encoder>
Expand Down

0 comments on commit 3541320

Please sign in to comment.