Skip to content

Commit a2b2b40

Browse files
committed
feat: add decorator metrics
Signed-off-by: Marcos Tischer Vallim <tischer@gmail.com>
1 parent af791a0 commit a2b2b40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • amazon-sns-java-messaging-lib-v1/src/test/resources
  • amazon-sns-java-messaging-lib-v2/src/test/resources

amazon-sns-java-messaging-lib-v1/src/test/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<appender-ref ref="STDOUT" />
1111
</root>
1212

13-
<logger name="com.amazon.sns.messaging.lib.core.AmazonSnsConsumer" level="OFF" />
13+
<logger name="com.amazon.sns.messaging.lib.core.AmazonSnsConsumerImpl" level="OFF" />
1414

1515
</configuration>

amazon-sns-java-messaging-lib-v2/src/test/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<appender-ref ref="STDOUT" />
1111
</root>
1212

13-
<logger name="com.amazon.sns.messaging.lib.core.AmazonSnsConsumer" level="OFF" />
13+
<logger name="com.amazon.sns.messaging.lib.core.AmazonSnsConsumerImpl" level="OFF" />
1414

1515
</configuration>

0 commit comments

Comments
 (0)