Message83666
Neyro, your problem is caused by having two handlers (a FileHandler and
a RotatingFileHandler) pointing to the same file. Because of this,
rollover fails (the file is still open because there is a handle open
to it from the FileHandler).
If you remove the FileHandler from the config file and re-run, things
appear to work as expected. |
|
Date |
User |
Action |
Args |
2009-03-17 11:09:34 | vinay.sajip | set | recipients:
+ vinay.sajip, mramahi77, lowell87, neyro |
2009-03-17 11:09:34 | vinay.sajip | set | messageid: <1237288174.25.0.50197671237.issue4749@psf.upfronthosting.co.za> |
2009-03-17 11:09:32 | vinay.sajip | link | issue4749 messages |
2009-03-17 11:09:31 | vinay.sajip | create | |
|