TimedRotatingFileHandler(filename, when='W', interval=0, backupCount=0)
生産:
ValueError: Unable to configure handler 'fichierSemaineStandard': You must specify a day for weekly rollover from 0 to 6 (0 is Monday): W
しかし、Pythonのドキュメントには
値:'W'、間隔のタイプ:平日(0 =月曜日)
では、何が問題なのですか?