From dfc4cc8a711a381c88e15b190bc14a4ce3995492 Mon Sep 17 00:00:00 2001 From: Zhidong Peng Date: Tue, 7 Nov 2023 08:16:00 -0800 Subject: [PATCH] Gathering Guest ProxyAgent Log Files (#2975) --- azurelinuxagent/ga/logcollector_manifests.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azurelinuxagent/ga/logcollector_manifests.py b/azurelinuxagent/ga/logcollector_manifests.py index e77da3d47f..b22316be95 100644 --- a/azurelinuxagent/ga/logcollector_manifests.py +++ b/azurelinuxagent/ga/logcollector_manifests.py @@ -119,4 +119,8 @@ echo,### Gathering Disk Info ### diskinfo, + +echo,### Gathering Guest ProxyAgent Log Files ### +copy,/var/log/proxyagent/* +echo, """