summaryrefslogtreecommitdiff
path: root/docs/topics/logging.txt
AgeCommit message (Collapse)Author
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ↵David Smith
docs.
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked.
2021-11-03Fixed typo in docs/topics/logging.txt.Brad
2021-07-12Refs #32880 -- Created a new logging how-to document.Daniele Procida
Moved how-to material from topic document into a new document, and added new material. Introduced minor improvements to logging reference document.
2021-07-01Refs #32880 -- Renamed/reordered logging topic sections.Daniele Procida
Moved sections so that how-to type material is all together, and renamed headings so it's clearer what those sections are about, in anticipation of creating a separate how-to document and expanding the material.
2021-07-01Removed trailing whitespace in logging topic.Daniele Procida
2021-06-30Refs #32880 -- Moved logging reference to new document.Daniele Procida
Completed a first step in moving reference and how-to material out of the topic document.
2021-06-28Refs #32880 -- Rearranged logging security notes.Daniele Procida
Expanded security notes and moved them under a new explanation heading of their own for future reference and expansion. Removed specific reference to Sentry since there are multiple third-party services that fulfill that role.
2021-06-26Refs #32880 -- Improved some how-to notes in logging topic.Daniele Procida
2021-06-24Refs #32880 -- Improved some headings and text in logging topic.Daniele Procida
2020-09-22Fixed #32016 -- Clarified manual logging config docs.Carlton Gibson
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵Adam Johnson
comments.
2020-03-17Made logging config examples more accessible.Ben Li-Sauerwine
- Show an initial example configuring the root logger to output to the console. - Then add more logging from the `django` named logger. - Then show the file and more complex examples. Adjusted surrounding text for reading flow. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-01-09More accurate terminology ("logger" instead of "logging handler") in logging ↵Kal Sze
documentation.
2019-12-23Removed unnecessary code-block directives in various docs.Jon Dufresne
2019-11-20Fixed #31008 -- Fixed typos in docs/topics/logging.txt.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze
involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review.
2019-09-04Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.Nasir Hussain
2019-06-10Fixed #30553 -- Clarified the default value of disable_existing_loggers.swatantra
2019-05-16Added filename caption to LOGGING documentation examples.Curtis Maloney
2019-05-15Fixed #30316 -- Added source code link to the default logging configuration ↵Ahisahar Pretel
in logging docs.
2018-11-29Fixed #29991 -- Doc'd logger propogation for the default logging config.raratiru
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah
* Added logging of 500 responses for instantiated responses. * Added logging of all 4xx and 5xx responses.
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2017-11-21Clarified who the AdminEmailHandler emails.Frédéric Massart
2017-11-18Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.Chris Lamb
2017-09-22Refs #27175 -- Removed exception silencing from the {% include %} template tag.Tim Graham
Per deprecation timeline.
2017-08-22Fixed #27931 -- Clarified the meaning of "django catch-all logger."Kim DoHyeon
2017-08-21Fixed typo in documented number of logging filters.Adrien Brunet
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-12Fixed outdated log level in docs/topics/logging.txt.André Cruz
Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.
2016-06-22Fixed typo in docs/topics/logging.txtJohn-Scott Atlakson
2016-06-04Fixed #26628 -- Changed CSRF logger to django.security.csrf.Holly Becker
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-03-15Fixed #26157 #25321 -- Added sql/params to extra context of schema loggerMarkus Holtermann
Thanks Akshesh Doshi for the initial patch and Tim Graham for the review
2016-01-14Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by ↵Tim Graham
default.
2016-01-11Fixed #25684 -- Made runserver use logging for request/response output.Flavio Curella
Thanks andreif for the contributing to the patch.
2015-12-24Fixed #25959 -- Updated logging example to use the django logger.Varun Sharma
2015-11-18De-emphasized use of NullHandler in logging docs.Neal Todd
NullHandler removed in 1.9; unused since Django 1.5.
2015-11-17Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #25373 -- Doc'd logging of exceptions during {% include %} rendering.Tim Graham
2015-04-24Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham
Thanks Carl Meyer for review.
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson
Added a django.template logger without a default handler. Added logging if there is an exception while resolving variables in a template.
2015-03-24Fixed #24361 -- Clarified docs on reconfiguring logging.Tim Graham
Thanks Tuttle for the report and draft patch, and Carl Meyer for help and review.