Skip to content

Commit

Permalink
テスト用のログが2重に出力されていたので、additivity="false" を指定し出力を制御。
Browse files Browse the repository at this point in the history
  • Loading branch information
mygreen committed Oct 17, 2024
1 parent 3b1687e commit cb5e6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<level>TRACE</level>
</filter>
</appender>
<logger name="com.gh.mygreen.xlsmapper" level="DEBUG">
<logger name="com.gh.mygreen.xlsmapper" level="DEBUG" additivity="false">
<appender-ref ref="CONSOLE" />
</logger>
<root>
Expand Down

0 comments on commit cb5e6d1

Please sign in to comment.