I've got a file in my app called custom_tags.py where I put any custom template tags I need.
I'm currently debugging one of the tags, so I've got a bunch logging.debug() in that file, so I can see what's going on. The first time I load a page that uses one of my custom tags, the debug logging works correctly, and I see my debug messages in the log. The weird thing is, if I then reload the page, all my code seems to behave the same, but none of the debug messages print out! I need to make a change in custom_tags.py (any change, just add a space then delete it, etc) to get my debug messages to show up again. What's going on? Anyone else had this problem? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
