github / VisualStudio

GitHub Extension for Visual Studio
https://visualstudio.github.com
MIT License
2.38k stars 1.2k forks source link

LogManager.ForContext threw IOException #1477

Open jcansdale opened 6 years ago

jcansdale commented 6 years ago

What happened (with steps, logs and screenshots, if possible)

  1. Launched VS 2017 from VS 2015 under debugger
  2. While loading the following exception occured

image

Maybe this is only showing up under the debugger and Serilog is handling it correctly. Should we be splitting out logs per VS instance?

grokys commented 6 years ago

Yeah, I think we should probably be splitting the logs as you say.