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 markhallett, martonivan, vinay.sajip
Date 2021-08-01.06:19:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627798761.77.0.515644343535.issue40469@roundup.psfhosted.org>
In-reply-to
Content
With this slightly modified test script and the JSON configuration based on the YAML, I got the following results after running for a while:

$ more info.log*
::::::::::::::
info.log
::::::::::::::
2021-08-01 07:13:45 INFO Message no. 9
2021-08-01 07:14:15 INFO Message no. 10
::::::::::::::
info.log.2021-08-01_07-09
::::::::::::::
2021-08-01 07:09:45 INFO Message no. 1
2021-08-01 07:10:15 INFO Message no. 2
::::::::::::::
info.log.2021-08-01_07-10
::::::::::::::
2021-08-01 07:10:45 INFO Message no. 3
2021-08-01 07:11:15 INFO Message no. 4
::::::::::::::
info.log.2021-08-01_07-11
::::::::::::::
2021-08-01 07:11:45 INFO Message no. 5
2021-08-01 07:12:15 INFO Message no. 6
::::::::::::::
info.log.2021-08-01_07-12
::::::::::::::
2021-08-01 07:12:45 INFO Message no. 7
2021-08-01 07:13:15 INFO Message no. 8

The test script logs every 30 seconds, so I don't see what the problem is. Can you describe it more clearly?
History
Date User Action Args
2021-08-01 06:19:21vinay.sajipsetrecipients: + vinay.sajip, markhallett, martonivan
2021-08-01 06:19:21vinay.sajipsetmessageid: <1627798761.77.0.515644343535.issue40469@roundup.psfhosted.org>
2021-08-01 06:19:21vinay.sajiplinkissue40469 messages
2021-08-01 06:19:21vinay.sajipcreate