Replies: 4 comments
-
Can you show a visual of what you are expecting to see and what is not there? AFAIK there haven't been any changes here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry I don't understand. Are you saying that there are logs that should be showing up that don't show up or something else? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
Describe the bug
When running the default starter template, drilling down into a trace, the API will show no logs. Only the frontend will have logs available.
Expected Behavior
I would expect that when the frontend calls the weather info from the API, this should also result in log info of that GET call in the API logs.
Steps To Reproduce
Run
dotnet new aspire-starter --output AspireSample
Start the AppHost
Open the frontend and select the weather tab
After the weather info is shown navigate to the traces tab in the aspire dashboard
Drill down to the API logs of the given trace, it will show no structured logs found
Exceptions (if any)
No response
.NET Version info
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions