This would help with https://github.com/aspnet/KestrelHttpServer/issues/2880. There I needed to direct Chrome to write logs to a specified location. I could alternatively direct chrome to write to a temporary file and them write the contents to TestLogger but network and shutdown logs are very verbose and it's better to keep them in their own files.
…ional logs
This would help with https://github.com/aspnet/KestrelHttpServer/issues/2880. There I needed to direct Chrome to write logs to a specified location. I could alternatively direct chrome to write to a temporary file and them write the contents to TestLogger but network and shutdown logs are very verbose and it's better to keep them in their own files.