rails is not to logging controller, action, parameters, complection time, etc in development mode
16 views
Skip to first unread message
John Merlino
unread,
Jul 22, 2013, 2:36:44 PM7/22/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
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.