Bugzilla – Bug 18001
Wrong log level for blocked IP address
Last modified: 2012-09-06 04:55:16 UTC
When configuring address blocking for remote access to LMS, an attempt by a blocked address to access LMS remotely is not logged by default. It should be. Change $log->warn to $log->error in Web/HTTP.pm: $log->error("Did not accept HTTP connection from $peer, unauthorized source");