706
Networking / Injoy logging
« on: July 04, 2014, 09:06:01 pm »
I've a user filter like this -
I'm glad that Injoy drops packets from this client but as the window is full of these messages the important ones are hard to find now.
Code: [Select]
Deny_Pana_TV
Comment = "verhindere alles 192.168.1.199",
Source = "192.168.1.199",
Direction = Outgoing,
Log-Severity = None,
Log-Control = Disabled
which blocks connections from this device to the internet. But now the Injoy GUI 'Dropped Packets' and 'Rejected Connections' windows are full of log messages from this client. Can I prevent logging output of this rule? 'Log-Control = Disabled' does not help. I'm glad that Injoy drops packets from this client but as the window is full of these messages the important ones are hard to find now.