Commit 4aa225babaced85e28bdf72917de1ed437b88bc7
Committed by
Andrew Shvayka
1 parent
53eb09bc
added exclusions to azure dependency, and added logger level OFF to CoreMessageReceiver
Showing
2 changed files
with
9 additions
and
0 deletions
@@ -31,8 +31,11 @@ | @@ -31,8 +31,11 @@ | ||
31 | <!-- <logger name="org.thingsboard.server.service.queue" level="TRACE" />--> | 31 | <!-- <logger name="org.thingsboard.server.service.queue" level="TRACE" />--> |
32 | <!-- <logger name="org.thingsboard.server.service.transport" level="TRACE" />--> | 32 | <!-- <logger name="org.thingsboard.server.service.transport" level="TRACE" />--> |
33 | 33 | ||
34 | + <logger name="com.microsoft.azure.servicebus.primitives.CoreMessageReceiver" level="OFF" /> | ||
35 | + | ||
34 | <root level="INFO"> | 36 | <root level="INFO"> |
35 | <appender-ref ref="STDOUT"/> | 37 | <appender-ref ref="STDOUT"/> |
36 | </root> | 38 | </root> |
37 | 39 | ||
40 | + | ||
38 | </configuration> | 41 | </configuration> |
@@ -907,6 +907,12 @@ | @@ -907,6 +907,12 @@ | ||
907 | <groupId>com.microsoft.azure</groupId> | 907 | <groupId>com.microsoft.azure</groupId> |
908 | <artifactId>azure-servicebus</artifactId> | 908 | <artifactId>azure-servicebus</artifactId> |
909 | <version>${azure-servicebus.version}</version> | 909 | <version>${azure-servicebus.version}</version> |
910 | + <exclusions> | ||
911 | + <exclusion> | ||
912 | + <groupId>com.microsoft.azure</groupId> | ||
913 | + <artifactId>adal4j</artifactId> | ||
914 | + </exclusion> | ||
915 | + </exclusions> | ||
910 | </dependency> | 916 | </dependency> |
911 | <dependency> | 917 | <dependency> |
912 | <groupId>org.passay</groupId> | 918 | <groupId>org.passay</groupId> |