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:
Visual Studio automatically redirects stdout and stderr to the Output window when you run without debugging with Windows containers, so Windows containers started from Visual Studio using Ctrl+F5 will not display logs in this tab; use the Output window instead.
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 👂