Reputation: 2583
I have a Windows Service (myService
) writing ETW events. When I start the service I'm able to see the logs written to file when SLAB Service (slabService
) listens to the events.
After a few days slabService
stops writing events. I don't think SLAB had stopped listening because if I restart myService
without restarting slabService
I can see the events flowing again into the file configured in the slabService
.
Can someone please point me in the right direction.
Thanks
Upvotes: 1
Views: 82
Reputation: 333
I would start doing these two checks:
Upvotes: 0