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(
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(
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
Daehee Kim added the comment:
Oh! Thank you for your kindness. :)
--
___
Python tracker
<https://bugs.python.org/issue33423>
___
___
Python-bugs-list mailin