Vinay Sajip added the comment:

I cannot reproduce, see below. Which exact version of Python are you using, and 
on what platform, and with what locale?

$ more logtest9.py
# coding=utf-8
import logging

logger = logging.getLogger(u'测试')
logger.error(u'测试')
$ python2.7 logtest9.py 
No handlers could be found for logger "测试"

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25664>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to