runbot/runbot_builder
Christophe Monniez ff051b7ae0 [FIX] runbot: use a logging handler that loves logrotate
When the linux logrotate system rename the runbot logfile used by the
new builder script, the script continue to write in the reotated file.

With this commit, the WatchedFileHandler is used. This handler is
specialy crafted to handle this situation, it detects the file renaming
and automatically changes to the new file that have the old filename.
2020-01-07 09:46:55 +01:00
..
builder.py [FIX] runbot: use a logging handler that loves logrotate 2020-01-07 09:46:55 +01:00