[issue33423] [logging] Improve consistency of logger mechanism.

2018-05-03 Thread Daehee Kim
New submission from Daehee Kim : There's a proposal for a fix inconsistency of logger mechanism. See below. Example 1. --- import logging app_logger = logging.getLogger('app') app_logger.error('foo') logging.error(&#x

[issue33423] [logging] Improve consistency of logger mechanism.

2018-05-03 Thread Daehee Kim
Daehee Kim added the comment: There's a proposal for a fix inconsistency of logger mechanism. See below. Example 1. --- import logging app_logger = logging.getLogger('app') app_logger.error('foo') logging.error(&#x

[issue33423] [logging] Improve consistency of logger mechanism.

2018-05-03 Thread Daehee Kim
Daehee Kim added the comment: Please, ignore first one, `msg316153` It has duplicated message so I rewrote `msg316154`. I could not find delete or edit messages menu. -- ___ Python tracker <https://bugs.python.org/issue33

[issue33423] [logging] Improve consistency of logger mechanism.

2018-05-03 Thread Daehee Kim
Daehee Kim added the comment: Oh! Thank you for your kindness. :) -- ___ Python tracker <https://bugs.python.org/issue33423> ___ ___ Python-bugs-list mailin