Skip to content

Commit

Permalink
WX-863 Turn off Azure NIO logging (#6982)
Browse files Browse the repository at this point in the history
* Turn off Azure NIO logging

* Poke Travis
  • Loading branch information
jgainerdewar authored Jan 18, 2023
1 parent 32f8a90 commit 3841619
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,7 @@
<logger name="HikariPool" level="ERROR"/>
<logger name="com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadChannel" level="ERROR"/>
<logger name="org.semanticweb.owlapi.utilities.Injector" level="ERROR"/>

<!-- Guilty of logging ERROR under non-erroneous conditions -->
<logger name="com.azure.storage.blob.nio" level="OFF"/>
</configuration>

0 comments on commit 3841619

Please sign in to comment.