I was installing LE on RPi4 and noticed how annoyingly bright the LED's are.
In dark bedroom it was quite horrible, even when trying in darkish livingroom You could see the LED's reflections...
Found an easy and persistent "fix" that works but shouldn't be used until everything is setup properly and perhaps should be removed whilst troubleshooting.
Via SSH session:
in [pi4] section (create or add):
(Two rows for each "feature", enable/disable with "#" as desired)
Code
[pi4]
# Disable the PWR LED
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
# Disable the Activity LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
# Disable ethernet port LEDs
dtparam=eth_led0=4
dtparam=eth_led1=4
Save, exit and reboot!
Done!!