diff --git a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh
index 7aa5e84d3..2990bda5c 100755
--- a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh
+++ b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh
@@ -90,8 +90,8 @@ apprisealert() {
notification+="$stopped_service"
notification+="
System: ${SITE_NAME:-$(hostname)}"
notification+="
Available disk space: $(df -h "$HOME/BirdSongs" | awk 'NR==2 {print $4}')"
- notification+="
----------------------"
- notification+="
3 last log lines: $(timeout 15 cat /proc/1/fd/1 | head -n 3)"
+ notification+="
----Last log lines----"
+ notification+="
$(timeout 15 cat /proc/1/fd/1 | head -n 5)"
notification+="
----------------------"
[[ -n "$BIRDNETPI_URL" ]] && notification+="
Access your BirdNET-Pi"