[QUERY] Excessive WARN logging when reading messages from an Azure Service Bus Topic subscription #43712
Open
2 tasks done
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
Query/Question
azure-messaging-servicebus
exposes a lot ofWARN
log statements. Is there something wrong in our setup?Why is this not a Bug or a feature Request?
We have a proper working Azure Service Bus client in Java, but we're bumping into very excessive logging making it hard to understand what is happening
Setup (please complete the following information if applicable):
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
Our client is initialized as:
We use it as:
But this results into following excessive warning logging:
My question:
👉 A
WARN
gives me the indication that I'm doing something not 100% correct and I was wondering if I need to change something in my Java code, or if I should change my logging level forcom.azure.core.amqp.implementation.MessageFlux
toERROR
?Even when there are no messages on the queue, we are being flooded with these
WARN
statementsThe text was updated successfully, but these errors were encountered: