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

Logging is buffered #325

Open sean-anderson-seco opened 1 month ago

sean-anderson-seco commented 1 month ago

By default, stdout is buffered when piped to another program (such as when irqbalance is ran by systemd). Messages are delayed until the buffer is full, at which point they are all written at once. This can cause messages to be printed many minutes after they were generated. This can be fixed either by

nhorman commented 1 month ago
sean-anderson-seco commented 1 month ago

This is not solved by adding StandardOutput=journal to the unit file, either with or without --journal.