-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
We are using both the Logging module and Start-Transcript. The former to get a nicely formatted, human-readable log output. The latter to catch anything in case the former is not enough.
Unfortunately logs written via Write-Log are missing from the transcript. I suppose the transcript needs the log written via Write-Host? Not sure about that. But it would be great to have this solved by either having a "PowerShell Transcript" logging target or a configuration option allowing all output to be written to Write-Host as well. Not sure how this looks in the console and there might be smarter ways.
Nevertheless, having all log output in the standard PS transcript as well would be very helpful.
Metadata
Metadata
Assignees
Labels
No labels