Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #18773 -- Add logging for template variable resolving #2552

Closed
wants to merge 1 commit into from

Conversation

cpsimpson
Copy link
Contributor

Added a django.template logger with a default null handler. Added
logging if there is an exception while resolving variables in a
template. Added corresponding tests and updated logging
documentation.

Added a django.template logger with a default null handler.  Added
logging if there is an exception while resolving variables in a
template. Added corresponding tests and updated logging
documentation. Updated StartProject tests to handle the
stream output indicating the log handler is missing.
@@ -413,7 +413,7 @@ requirements of logging in Web server environment.
Loggers
-------

Django provides four built-in loggers.
Django provides five built-in loggers.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to say "several" so we don't need to update it again.

@timgraham
Copy link
Member

Closing in absence of follow-up. Please send a new PR if you can update it, thanks!

@timgraham timgraham closed this Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants