Commit History

Author SHA1 Message Date
  Claude Paroz b8e3373f45 Fixed #21714 -- Moved logging configuration to global setup() 11 years ago
  Tim Graham 69f0249d7b Fixed #19395 -- Added a simple example logging config. 11 years ago
  Claude Paroz 626bdf648a Updated a bunch of hyperlinks in documentation 11 years ago
  Tim Graham 3ccc0253f2 Fixed #21425 -- Made order in which loggers are introduced consistent. 11 years ago
  Ramiro Morales 9d12f68a53 Reworded a paragraph in the logging docs. 11 years ago
  Krzysztof Jurewicz 095643e691 Fixed #20981 -- Noted the default value of disable_existing_loggers. 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Aymeric Augustin 6c66a41c3d Relied on NullHandler from the logging stdlib module. 11 years ago
  Aymeric Augustin 72c65fea41 Deprecated django.utils.dictconfig. 11 years ago
  Preston Holmes d228c1192e Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 11 years ago
  Thomas Thurman b47b0211f5 Corrected "it's" to "its" when used possessively. 11 years ago
  Tim Graham 93cffc3b37 Added missing markup to docs. 11 years ago
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 years ago
  Daniele Procida 08140aec5c Tiny typo fixed in logging docs 12 years ago
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 12 years ago
  Jannis Leidel 3fb83729b9 Merge branch 'ticket_19325' of https://github.com/hannesstruss/django into hannesstruss-ticket_19325 12 years ago
  Hannes Struss f9891f2087 Fixed #19325 - Made email backend of AdminEmailHandler configurable 12 years ago
  Alex Gaynor 1e34fd3c03 fixed a broken link in the docs 12 years ago
  David Cramer 54fbe6ce5f Correct link to Sentry 12 years ago
  Claude Paroz f0f327bbfe Fixed #18993 -- 'django' logger logs to console when DEBUG=True 12 years ago
  Claude Paroz a014ddfef2 Combined Django DEFAULT_LOGGING with user LOGGING config 12 years ago
  Claude Paroz fc69fff9ab Fixed #14861 -- Moved logging config outside of Settings.__init__ 12 years ago
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 years ago
  Camilo Nova 17149496a0 Fixes docs typo 12 years ago
  Michael Johnson 32ffcb21a0 Fixed #17069 -- Added log filter example to docs. 12 years ago
  Tim Graham cb38fd9632 Fixed #17680 - Clarified when logging is configured. 12 years ago
  Preston Holmes 18b9dc4154 Fixed #18601 -- Specified that Python minimum version is 2.6.5 12 years ago
  Claude Paroz f946b12c06 Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for the report. 12 years ago
  Adrian Holovaty 1bf58154f7 Fixed #17330 -- Fixed error in logging.txt. Thanks, jblaine 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago