Logging Python UTF-8

logging.basicConfig(stream=open(r'my_log.log', 'w', encoding='utf-8'))
Disturbed Dog