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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,8 @@ type OptionsWCOW struct {
72
72
73
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
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
75
+
LogForwardingEnabledbool// Whether to enable forwarding of logs to the host or not
76
+
DefaultLogSourcesEnabledbool// Whether to enable using default log sources
0 commit comments