Skip to content

Start-Transcript sporadically loses exe output #8215

@AceHack

Description

@AceHack

About half the time there is not output result in the $logFile even though on the console there was plently of output. The other half of the time there is output in the $logFile. It seems very random on if the output works or not. Actually I would say a little less than half the time the helm ouput does NOT appear in the $logFile.

I'm using PowerShell core 6.1 on Windows 10.

Start-Transcript -Force -IncludeInvocationHeader -Path $logFile
try {
    helm upgrade --install --wait --force --debug -f ./helm/zookeeper/values.yaml platform-zookeeper ./helm/zookeeper
} finally {
    Stop-Transcript
}

This also happen with kubectl commands as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifResolution-No ActivityIssue has had no activity for 6 months or moreWG-Cmdletsgeneral cmdlet issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions