-
Notifications
You must be signed in to change notification settings - Fork 58
Platform Handler cannot log to streaming logs location #57
Comments
@Tratcher should this be assigned to you? Right now a ghost is working on this 😄 |
@Eilon I believe the fix is in HttpPlatformHandler, and Ranjith is working on it. This is a tracking bug to ensure we'll verify it once it's done. We can probably remove "Working" tag though :) |
The fix is available and we're working on the validation. |
This should be fixed in AspNetCoreModule v0.8. |
I tested in a private stamp and did see the log file was created and information was logged correctly. |
I linked because I remember a discussion about what log streaming is really supposed to be. I think this is fixed - in the other bug @maumar said that streaming works once the path is set correctly. |
It works from VS if you set the log location to LogFiles\application, but using CLI it works for more cases, e.g. "default" LogFiles. |
There appears to be some bug in the platform handler that stops it from redirecting console output to the right location for streaming logs to work. The team have agreed that it is a bug they should just fix, but I don't know when that will actually happen.
The text was updated successfully, but these errors were encountered: