Skip to content

Commit be4a33f

Browse files
feat: include nvidia fabricmanager logs in aks-log-collector.sh (#6779)
1 parent fed8187 commit be4a33f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parts/linux/cloud-init/artifacts/aks-log-collector.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ GLOBS+=(/var/run/azure-cns*)
7373
# GPU specific entries
7474
GLOBS+=(/var/log/nvidia*.log)
7575
GLOBS+=(/var/log/azure/nvidia*.log)
76+
GLOBS+=(/var/log/fabricmanager*.log)
7677

7778
# based on MANIFEST_FULL from Azure Linux Agent's log collector
7879
# https://github.com/Azure/WALinuxAgent/blob/master/azurelinuxagent/common/logcollector_manifests.py

0 commit comments

Comments
 (0)