Re: [Django] #30316: Include default logging dictConfig in documentation

2019-04-03 Thread Django
#30316: Include default logging dictConfig in documentation
--+
 Reporter:  Andrew Badr   |Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  1
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  1 |UI/UX:  0
--+
Changes (by Carlton Gibson):

 * component:  Uncategorized => Documentation
 * version:  2.2 => master
 * type:  Uncategorized => Cleanup/optimization
 * stage:  Unreviewed => Accepted


Comment:

 I don't think copying the full config would be great. There are already
 lots of examples in the doc for people to use.

 However... getting people to look at the source is always worth is so a
 single line link to `django/utils/log.py` — ''"For Reference the default
 logging config is defined in..."'' (See
 a68c029e224cebe540da7447dbbd27993b4aa793 for `source` extlink examples.) —
 would be good.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.043fa168f298ec62431556d77a6a6348%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30316: Include default logging dictConfig in documentation

2019-04-02 Thread Django
#30316: Include default logging dictConfig in documentation
---+--
 Reporter:  Andrew Badr|Owner:  nobody
 Type:  Uncategorized  |   Status:  new
Component:  Uncategorized  |  Version:  2.2
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  1
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+--
Changes (by Andrew Badr):

 * needs_docs:  0 => 1
 * easy:  0 => 1


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.e1699326ab7da269bc6521687449d33a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #30316: Include default logging dictConfig in documentation

2019-04-02 Thread Django
#30316: Include default logging dictConfig in documentation
-+
   Reporter:  Andrew Badr|  Owner:  nobody
   Type:  Uncategorized  | Status:  new
  Component:  Uncategorized  |Version:  2.2
   Severity:  Normal |   Keywords:
   Triage Stage:  Unreviewed |  Has patch:  0
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+
 When people want to customize Django's logging, my guess is that they'll
 most often want to start by changing something about the default logging
 setup. Toward this end, it would be helpful if the Django dogs included a
 dictConfig for the default logging setup. Instead, the docs *describe* the
 default settings (https://docs.djangoproject.com/en/2.1/topics/logging
 /#default-logging-configuration), and give dictConfigs for several other
 possible configurations for logging
 (https://docs.djangoproject.com/en/2.1/topics/logging/#configuring-
 logging).

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.708ece1b55ca520118492ead1a591c3b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.