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:
Console View:
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.
Please how can we change the logging level or even disable these INFO logs by using the mentioned version of the Service bus SDK ?
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:
Console View:
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.
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.