Irqbalance / irqbalance

The irqbalance source tree - The new official site for irqbalance
http://irqbalance.github.io/irqbalance/
GNU General Public License v2.0
576 stars 139 forks source link

Stop log spam due to debug message from scan #293

Closed cpaelzer closed 8 months ago

cpaelzer commented 8 months ago

Currently systems encounter log spam every 10 seconds due to a message meant for debugging now being forwarded to journald. Users get three empty lines followed by 78 "-" without any further info what this is about.

Jan 05 12:31:25 n-vm irqbalance[770]: 

                                      -----------------------------------------------------------------------------
Jan 05 12:31:35 n-vm irqbalance[770]: 

                                      -----------------------------------------------------------------------------
Jan 05 12:31:45 n-vm irqbalance[770]: 

                                      -----------------------------------------------------------------------------

Due to its original debug-only purpose the message also grabs a lot of screen-estate. So while touching it anyway let us also make it a bit less agressive (no three lead line breaks, less width), now it is like:

----- Enter: scan -----

Fixes: #292

I was just seeing this and tried to provide a simple fix, I do not insist on the wording, the style or anything. All I want is to get the log spam stopped, so please feel free to modify it along the way if you'd want it to look different.

cpaelzer commented 8 months ago

This was found to be a dup of the fix done by f3282f4d - closing