Out of the box the line
ServiceEventSource.Current.ServiceMessage(serviceContext, $"Starting Kestrel on {url}");
does not show up in my Diagnostic Window. The following execution always returns false in the ServiceEventSource.cs
this.IsEnabled()
However removing that check still shows nothing in the logs. I cannot output info using the generated class.
Can anyone help?
Thanks