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
+27-24Lines changed: 27 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,10 @@ type OptionsWCOW struct {
70
70
// AdditionalRegistryKeys are Registry keys and their values to additionally add to the uVM.
71
71
AdditionalRegistryKeys []hcsschema.RegistryValue
72
72
73
-
OutputHandlerCreator vmutils.OutputHandlerCreator// Creates an [OutputHandler] that controls how output received over HVSocket from the UVM is handled. Defaults to parsing output as ETW Log events
74
-
LogSourcesstring// ETW providers to be set for the logging service
75
-
ForwardLogsbool// Whether to forward logs to the host or not
73
+
OutputHandlerCreator vmutils.OutputHandlerCreator// Creates an [OutputHandler] that controls how output received over HVSocket from the UVM is handled. Defaults to parsing output as ETW Log events
74
+
LogSourcesstring// ETW providers to be set for the logging service
75
+
DisableLogForwardingbool// Whether to disable forwarding of logs to the host or not
76
+
DisableDefaultLogSourcesbool// Whether to disable using default log sources
0 commit comments