-
Notifications
You must be signed in to change notification settings - Fork 9
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
Get traffic logs to appear for Azure apps #631
Comments
I'm under the impression this is a permissions thing. I traded a few emails with DevSecOps regarding the dev subscription logs; when we screenshared they were able to see what you're describing using the (Diagnostic?) logs (specifically the |
I can query
I cannot see
Asked @cal-itp/cdt-devsecops team about this, they are looking into permissions/settings etc. |
This article talks about Configuring a custom container for Azure App Service (which is our use-case). The section on Access Diagnostic Logs says:
az webapp log config --name <app-name> --resource-group <resource-group-name> --docker-container-logging filesystem Try this configuration next. |
I don't have permissions to run this command. Sent to @cal-itp/cdt-devsecops team to see if they can run it. |
User story: As a developer on the Benefits app, I need to see logs appear for the Benefits app to help with troubleshooting.
To Reproduce
There are various places to see (and various ways to configure?) logs in Azure. Click into each of the following:
All seem to be empty, or at least not showing as much as I would expect.
Expected behavior
I expect to see logs similar to what appears locally when running the server, e.g.
Additional context
The text was updated successfully, but these errors were encountered: