File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -685,9 +685,9 @@ private async Task HandleFirewallConfigChange()
685685 SetupWindowsEventViewer ( ) ;
686686
687687 // add/update global rules
688- Logger . Info ( "Updating global whitelist with {0} ip addresses" , Config . WhitelistFilter . IPAddressRanges . Count ) ;
688+ Logger . Debug ( "Updating global whitelist with {0} ip addresses" , Config . WhitelistFilter . IPAddressRanges . Count ) ;
689689 await Firewall . AllowIPAddresses ( "GlobalWhitelist" , Config . WhitelistFilter . IPAddressRanges ) ;
690- Logger . Info ( "Updating global blacklist with {0} ip addresses" , Config . BlacklistFilter . IPAddressRanges . Count ) ;
690+ Logger . Debug ( "Updating global blacklist with {0} ip addresses" , Config . BlacklistFilter . IPAddressRanges . Count ) ;
691691 await Firewall . BlockIPAddresses ( "GlobalBlacklist" , Config . BlacklistFilter . IPAddressRanges ) ;
692692
693693 // add/update user specified rules
You can’t perform that action at this time.
0 commit comments