booster
booster copied to clipboard
Move udev debugging log out of `booster.debug` logs
Debug logs enabled by booster.debug found to be useful to debug user problems. Though currently it outputs both booster-specific logs and udev events info. There are a lot of udev events at the boot time and it would be great to have a way to suppress it.
Split udev debug logs out of booster debug logs. Introduce booster.debug.udev kernel option to enable udev events logs.
Reverting the change for now and see if there are better ways to manage excessive logging from udev