thuehlinger / daemons

Ruby daemons gem official repository
MIT License
648 stars 71 forks source link

Logrotate #35

Open phoolish opened 9 years ago

phoolish commented 9 years ago

I am having issues getting our daemon script to play nice with logrotate. Since logging is being managed by the daemon gem, I am wondering if it accepts a reopen log signal like USR1 or if there is a different preferred method? Thanks.

thuehlinger commented 9 years ago

Unfortunately daemons doesn't have this feature at the moment. I would certainly be nice to have it, but I just don't have the time to implement something like that right now. But feel free to send me a patch if you like.

phoolish commented 9 years ago

If I have some time later this week, I'll take a look around. Thanks for the fast reply.

lavebug commented 6 years ago

Has anyone figured this one out I need to keep my log small?

phoolish commented 6 years ago

@lavebug nope