From 26d69e632ca261c75894b9470edf42489abed7d9 Mon Sep 17 00:00:00 2001 From: Lawrence Lee Date: Wed, 19 Nov 2025 02:49:52 +0000 Subject: [PATCH] [arp_update] Use parent script PID for logger carrs Signed-off-by: Lawrence Lee --- files/scripts/arp_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/scripts/arp_update b/files/scripts/arp_update index 3beced5a134..929e135fdcd 100755 --- a/files/scripts/arp_update +++ b/files/scripts/arp_update @@ -11,7 +11,7 @@ ARP_UPDATE_VARS_FILE="/usr/share/sonic/templates/arp_update_vars.j2" # Overload `logger` command to include arp_update tag logger () { - command logger -i "$$" -t "arp_update" "$@" + command logger --id="$$" -t "arp_update" "$@" } while /bin/true; do