For this one particular project, rails is not to logging controller, action, parameters, complection time, etc in development mode. And I am not sure why.
When I check in the console the log level I notice:
Rails.logger.level
=> 0
So I am not sure why it doesn’t log the information it usually does during a request.