This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients Harry-Lees, aeg, vinay.sajip
Date 2021-08-01.05:56:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627797414.89.0.806251967768.issue44186@roundup.psfhosted.org>
In-reply-to
Content
I modified the provided test script (-> test_44186.py) and added a test shell script which runs it twice in succession. What it printed was:

6 51 43
TEST > [INFO] [2021-08-01 06:51:43] : foo 2021-08-01T06:51:43.091681
6 51 43
TEST > [INFO] [2021-08-01 06:51:43] : bar 2021-08-01T06:51:43.138274

and the log files created were

$ more test.log*
::::::::::::::
test.log
::::::::::::::
bar 2021-08-01T06:51:43.138274
::::::::::::::
test.log.2021-07-31
::::::::::::::
foo 2021-08-01T06:51:43.091681

So from what I can see, both logged messages are present and nothing has been lost. Can you describe the problem more clearly? I can't see one.
History
Date User Action Args
2021-08-01 05:56:54vinay.sajipsetrecipients: + vinay.sajip, Harry-Lees, aeg
2021-08-01 05:56:54vinay.sajipsetmessageid: <1627797414.89.0.806251967768.issue44186@roundup.psfhosted.org>
2021-08-01 05:56:54vinay.sajiplinkissue44186 messages
2021-08-01 05:56:54vinay.sajipcreate