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

how do change loglevel in irqbalance? #283

Closed tm4ig closed 9 months ago

tm4ig commented 9 months ago

How Can I change loglevel in irqbalance? irqbalance generates many annoying messages in systemd journal "Selecting irq ... for rebalancing". I have tried set StandardOutput=null and StandardError=null in irqbalance systemd unit but this does not work fo me

nhorman commented 9 months ago

use the journaling option, and you can control the loglevel via the systemd/syslog configuration

Maryse47 commented 9 months ago

use the journaling option

@nhorman what do you mean? journaling is now always enabled when running on systemd service

I can set

[Service]
LogLevelMax=5

to silence those locally (among other ones) but do you really think those countless Selecting irq xxx for rebalancing messages are useful for anyone on daily basis? Couldn't they be put behind --debug flag?

I think something is wrong when 90% journal messages comes from one service during its normal operation.

nhorman commented 9 months ago

Patches welcome