Files
python-guide/docs/writing
Tom bdf3e1ea92 Fix incorrect dictConfig example
dictConfig expects a special `root` key outside of the `loggers` subdictionary in order to configure the root logger. I've tried the existing example code on python 2.7.5 and 3.5.1, and in neither case does the final log line produce any output (because the root logger remains set to `looging.WARN` by default). 

Changing the example to use the `root` key causes the log message to appear properly.

The `root` key is explained in PEP391: https://www.python.org/dev/peps/pep-0391/#dictionary-schema-detail
2016-05-10 17:05:23 -06:00
..
2016-04-21 19:44:26 -05:00
2016-04-19 11:55:48 +03:00
2016-05-10 17:05:23 -06:00
2016-03-17 00:25:34 +01:00
2016-02-21 19:10:42 -05:00