In my continuing effort to reduce log volume, I found that host-status and taskomatic both print out a message every time they wake up (which is 5 seconds). This is wasteful; the following patch just removes these prints. The daemons will still print out messages when they are doing something, so it is still useful for debugging. Signed-off-by: Chris Lalancette <clalance at redhat.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: ovirt-remove-puts.patch Type: text/x-patch Size: 1032 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20080602/a605234a/attachment.bin>
Chris Lalancette wrote:> In my continuing effort to reduce log volume, I found that host-status and > taskomatic both print out a message every time they wake up (which is 5 > seconds). This is wasteful; the following patch just removes these prints. The > daemons will still print out messages when they are doing something, so it is > still useful for debugging. > > Signed-off-by: Chris Lalancette <clalance at redhat.com>ACK Perry
Chris Lalancette wrote:> In my continuing effort to reduce log volume, I found that host-status and > taskomatic both print out a message every time they wake up (which is 5 > seconds). This is wasteful; the following patch just removes these prints. The > daemons will still print out messages when they are doing something, so it is > still useful for debugging.Committed Chris Lalancette