Merge remote-tracking branch 'origin/master'
Conflicts: TimberWinR/Configuration.cs
This commit is contained in:
@@ -94,7 +94,7 @@ namespace TimberWinR.ServiceHost
|
||||
_nlogListener = new TcpInputListener(_cancellationToken, 5140);
|
||||
outputRedis.Connect(_nlogListener);
|
||||
|
||||
foreach (Configuration.WindowsEvents eventConfig in manager.Config.Events)
|
||||
foreach (Configuration.WindowsEvent eventConfig in manager.Config.Events)
|
||||
{
|
||||
var elistner = new WindowsEvtInputListener(eventConfig, _cancellationToken);
|
||||
outputRedis.Connect(elistner);
|
||||
|
||||
Reference in New Issue
Block a user