-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUERY] Error: "404 The specified queue does not exist" after upgrade #27792
Comments
Thank you for your feedback. This has been routed to the support team for assistance. |
@lisamariet We are looking into it and get back to you for any additional information. |
I have noticed that even if there is not error of Queue not found. It also logs continually for all requests to queues. So I guess this all has to do with setting up loglevel correctly? These log statements are more Verbous than information. Changing it to warning, stopped the loggings. I have this in host.json file: |
So I manged to turn it off by setting up logging like this:
|
Hello @lisamariet Thanks for reaching out on this query! host.json reference for Azure Functions 2.x and later Please let us know if you need further help in this matter and if we can close this issue? Happy to help further! |
Yes, but I do think that you should change the logging to only appear on verbose... and not on debug. As it clutters the Azure Functions output to much it is impossible to see anyting else in the output window. It did not use to be there. It only started logging once we upgraded. |
Hello @lisamariet Thanks for the feedback! For any further ideas to improve the product features, please log your ideas on this portal! We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue. Please also do visit Microsoft Q&A the home for technical questions and answers at Microsoft. |
Library name and version
Microsoft.Azure.WebJobs.Extensions.Storage.Queues 5.0.0
Query/Question
After upgrading from version 4.0.4 to 5.0.0 it seems that perhaps the QueueTrigger outputs an exception if it does not find the queue?
I am not sure what exactly is reporting not finding queue, but can't think of anything else but the QueueTriggers. There was no coding change and the error comes in the output console window when doing func start.
It is true that this queue does not exist in this environment, nor do we want it to. But now these error our outputed continously n the console output, making impossible to see anything else in the console output. So how can we stop that?
Example:
We have log level set to INFORMATION on local development... so I am guess it has something to do with this? How to set log level to ERROR for only 'Microsoft.Azure.WebJobs.Extensions.Storage.Queues' ?
Environment
Azure Function v3 on .net core 3.1
Windows 10 pro
Visual Studio Code v1.65.2
The text was updated successfully, but these errors were encountered: