This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients vinay.sajip, zephor
Date 2015-11-24.22:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448405346.91.0.950313216769.issue25664@psf.upfronthosting.co.za>
In-reply-to
Content
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 "测试"
History
Date User Action Args
2015-11-24 22:49:06vinay.sajipsetrecipients: + vinay.sajip, zephor
2015-11-24 22:49:06vinay.sajipsetmessageid: <1448405346.91.0.950313216769.issue25664@psf.upfronthosting.co.za>
2015-11-24 22:49:06vinay.sajiplinkissue25664 messages
2015-11-24 22:49:06vinay.sajipcreate