You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/uvm/create_wcow.go
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,10 @@ type OptionsWCOW struct {
59
59
60
60
// AdditionalRegistryKeys are Registry keys and their values to additionally add to the uVM.
61
61
AdditionalRegistryKeys []hcsschema.RegistryValue
62
+
63
+
OutputHandlerCreatorOutputHandlerCreator// Creates an [OutputHandler] that controls how output received over HVSocket from the UVM is handled. Defaults to parsing output as ETW Log events
64
+
LogSourcesstring// ETW providers to be set for the logging service
65
+
ForwardLogsbool// Whether to forward logs to the host or not
0 commit comments