I use this formatter in logging:

formatter = logging.Formatter(fmt='%(asctime)s \t %(name)s \t %(levelname)s \t %(message)s')

Sample output:

2012-07-19 21:34:58,382   root   INFO   Removed - C:\Users\ZDoor\Documents

The time stamp has millisecond precision but the decimal separator is a comma.

Can I change the comma (,) into a period (.) and if so how?

Thanks in advance,
Alex van der Spek
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to