Skip to content

Commit

Permalink
Merge pull request #157 from yoh1496/mod/logger_name
Browse files Browse the repository at this point in the history
Fix issue that logger does not output correctly
  • Loading branch information
tochi-y authored Apr 7, 2021
2 parents 8307690 + 811c95a commit b88ea36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3-tier/resource/ap/opt/logback/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Provisional response to separate EventAPI output destinations into separate file
<appender-ref ref="stdout" />

</logger>
<logger name="io.personium.core.eventbus" additivity="false">
<logger name="io.personium.core.rule.action.LogAction" additivity="false">
<level value="INFO" />
<appender-ref ref="SIFT" />
<appender-ref ref="stdout" />
Expand Down
2 changes: 1 addition & 1 deletion all-in-one/resource/ap/opt/logback/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<appender-ref ref="stdout" />

</logger>
<logger name="io.personium.core.eventbus" additivity="false">
<logger name="io.personium.core.rule.action.LogAction" additivity="false">
<level value="INFO" />
<appender-ref ref="SIFT" />
<appender-ref ref="stdout" />
Expand Down

0 comments on commit b88ea36

Please sign in to comment.