This project is archived and is in readonly mode.

#600 ✓resolved
Dmitry Sokurenko

Print controller module into request log

Reported by Dmitry Sokurenko | July 10th, 2008 @ 09:38 PM | in 2.x

Currently ActionController request log contains only controller class name, without module, like

Processing UsersController#index ...

When you put half of you controllers in modules, like UsersController and Admin::UsersController, then the absence of module in the log becames a problem. Mostly for log analysis tools, and for situations when you encounter some routing bugs and can't undersand what controller processed the request.

So I think it would be better to have such output:

Processing Admin::UsersController#index ...

So there is a patch to fix it.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Referenced by

Pages