-
Notifications
You must be signed in to change notification settings - Fork 23
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
No logs show up from dotnet process running #284
Comments
Same issue happening to me also. |
I think it is due to this version of docker engine. https://docs.docker.com/engine/release-notes/#20100 I note they did change some logging stuff |
The fix is in the latest debugger. Docker tooling will check for the latest debugger every 24 hours and download the latest. If you want to force download the latest debugger, please delete the %userprofile%\vsdbg folder and F5. |
Validated that the fix indeed works. THanks! |
Copied from dotnet/docker-tools#726 by @atotalnoob
Steps to reproduce the issue
docker logs <containerId>
Expected behavior
Logs are output to both
docker logs
and visual studio output window.Actual behavior
Currently, logs show up in VS2019's output (debug) window. Application functions as expected.
Logs do not show up in the VS2019 containers window, docker desktop, or
docker logs
command. They do not show up usingmcr.microsoft.com/dotnet/aspnet:5.0-buster-slim
/mcr.microsoft.com/dotnet/sdk:5.0-buster-slim
ormcr.microsoft.com/dotnet/sdk:5.0.101-focal
Additional information (e.g. issue happens only occasionally)
dotnet info
(host)dotnet info
(container)Output of
docker version
Output of
docker info
The text was updated successfully, but these errors were encountered: