When I am in the main Heroku editing environment, there are three big
tabs across the top: Code, Data, and Logs. The Logs tab just shows a
very simple log of requests. Is there any way to write to this log?
What is the code snipped that will do it?

I have tried (in a controller method):

    RAILS_DEFAULT_LOGGER.error("\nhere in User.update\n")

And also (in same controller method):

  logger.info("got here") # in theory should only work in a model

Neither gives an error, and neither appears to write to the Logs tab...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to