I got this from the python docs page

if I run this in the script editor:

import logging
logging.basicConfig(format='%(asctime)s %(message)s')
logging.warning('is when this event was logged.')

I get this:

# Warning: root : is when this event was logged. #

How can I get the date to show in the script editor?

2010-12-12 11:41:42,612 is when this event was logged.

Yury

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to