Skip to content

Commit bfd7fc0

Browse files
authored
feat: collet NetworkManager logs (#160)
Related-to: harvester/harvester#3418 Signed-off-by: Tim Serong <[email protected]>
1 parent 7aed48b commit bfd7fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/collector-harvester

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ for ((i=1; i<=2; i++)); do
113113
[ ! -s $log_name ] && rm -f $log_name
114114
done
115115

116-
units=(rke2-server rke2-agent rancherd rancher-system-agent iscsid)
116+
units=(rke2-server rke2-agent rancherd rancher-system-agent iscsid NetworkManager)
117117

118118
for unit in ${units[@]}; do
119119
chroot $HOST_PATH $JOURNALCTL -b all -u $unit | tail -c 10m > $unit.log

0 commit comments

Comments
 (0)