Controlling exception handling of logging module

wittempj@hotmail.com martin.witte at gmail.com
Wed Oct 19 14:56:23 EDT 2005


make the second statement 'logging.info("%d %d", 1, 2)' or
'logging.info("%d %d %d", 1, 2, 3)', and all works. for every argument
you want to log you need one format specifier




More information about the Python-list mailing list