Skip to content

Commit

Permalink
fix: Wake up if close, don't sleep if there's work
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Jul 28, 2021
1 parent 72bd630 commit d054670
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions parallel-consumer-core/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<!-- <pattern>%highlight(%-5level) %d{yyyy-MM-dd'T'HH:mm:ss.SSS} %yellow([%thread]) %blue(%logger{36}\(%class{0}.java:%line\)) %msg%n</pattern>-->
<!-- <pattern>%highlight(%-5level) %d{yyyy-MM-dd'T'HH:mm:ss.SSS} %yellow([%thread]) %blue(%logger{36}\(%file:%line\)) %msg%n</pattern>-->
<!-- <pattern>%highlight(%-5level) %yellow([%thread]) %blue(\(%file:%line\)) %cyan(#%M) %msg%n</pattern>-->
<pattern>%d{mm:ss.SSS} %X{pcId} %highlight(%-5level) %yellow([%thread]) %X{offset} %cyan(\(%file:%line\)#%M)
%msg%n
</pattern>
<pattern>%d{mm:ss.SSS} %X{pcId} %highlight(%-5level) %yellow([%thread]) %X{offset} %cyan(\(%file:%line\)#%M) %msg%n</pattern>
<!-- <pattern>%highlight(%-5level) %yellow([%thread]) %cyan(\(%logger{36}:%line#%M\)) %msg%n</pattern>-->
</encoder>
</appender>
Expand All @@ -29,7 +27,7 @@

<!-- primary -->
<logger name="io.confluent.parallelconsumer" level="info"/>
<logger name="io.confluent.parallelconsumer" level="debug"/>
<!-- <logger name="io.confluent.parallelconsumer" level="debug"/>-->
<!-- <logger name="io.confluent.csid" level="debug"/>-->
<!-- <logger name="io.confluent.parallelconsumer" level="trace"/>-->
<!-- <logger name="io.confluent.parallelconsumer" level="error"/>-->
Expand Down

0 comments on commit d054670

Please sign in to comment.