Azure / azure-service-bus-java

☁️ Java client library for Azure Service Bus
https://azure.microsoft.com/services/service-bus
MIT License
60 stars 59 forks source link

Logging level set on "Error" for Info logs #369

Closed clacmago closed 5 years ago

clacmago commented 5 years ago

We have discovered that azure servicebus is writing a large number of error entries to our application logs, since we are permanently sending and receiving from azure. We examined a number of these entries and we believe they should be categorized as INFO level logging rather than ERROR level logging.

Observed behavior

Log Viewer: Bildschirmfoto 2019-06-04 um 14 48 25

Console View: Bildschirmfoto 2019-06-13 um 10 16 59

SDK Version: azure-servicebus 1.2.8

Any attempt to change the logging level using a log4j.properities or to write the logs in a local file did not succeed.

Bildschirmfoto 2019-06-13 um 10 11 37

Please how can we change the logging level or even disable these INFO logs by using the mentioned version of the Service bus SDK ?

Thank you.