Flowdock
method

log_error

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: DefaultResponseApp
log_error(request) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/middleware/host_authorization.rb, line 112
        def log_error(request)
          logger = available_logger(request)

          return unless logger

          logger.error("[#{self.class.name}] Blocked hosts: #{request.env["action_dispatch.blocked_hosts"].join(", ")}")
        end
Register or log in to add new notes.