-
Notifications
You must be signed in to change notification settings - Fork 26
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
Show Windows Container logs in the Container Tools "Logs" tab #442
Comments
@kamranayub which version of .NET are you using? |
.NET Framework 4.7.2, C# Console Project Dockerfile created using Add Orchestrator Support:
|
This is a known limitation of .Net Framework debugging with containers. The full Framework Remote debugger is not capable of writing to stdout and we use as the entry point when debugging. This would take a bit of rearchitecture in this area, but can keep this on the backlog see if there is enough interest to prioritize at some point in the future. |
Thanks, I figured it was, so I thought I'd open an issue to let others vote as well. |
Related: #284, #25
As a Windows Container user, I expect to see logs within the Container Tools window for my containers.
According to the docs:
This threw me for a loop, wondering where my logs were (expectation: Logs tab, duh) as I am using Windows Containers.
As mentioned in #25, when you have a lot of containers (like two web apps and a background jobs console app), the Output window gets real messy.
If anyone has some good workarounds to at least see the logs separately (using
docker exec
or something), I'm all ears 👂The text was updated successfully, but these errors were encountered: