From 044c0486c08ede941a1607c9ded15663494e2c7c Mon Sep 17 00:00:00 2001 From: Lucy Zhang Date: Wed, 22 Mar 2023 11:27:24 -0700 Subject: [PATCH 1/2] enable debug logging for ps and python samples --- samples/samples-powershell/host.json | 2 +- samples/samples-python/host.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/samples-powershell/host.json b/samples/samples-powershell/host.json index 86022f201..df704ef2c 100644 --- a/samples/samples-powershell/host.json +++ b/samples/samples-powershell/host.json @@ -8,7 +8,7 @@ } }, "logLevel": { - "default": "Information" + "default": "Debug" } }, "extensionBundle": { diff --git a/samples/samples-python/host.json b/samples/samples-python/host.json index 552c43107..d5260cab5 100644 --- a/samples/samples-python/host.json +++ b/samples/samples-python/host.json @@ -8,7 +8,7 @@ } }, "logLevel": { - "default": "Information" + "default": "Debug" } }, "extensionBundle": { From efc13c936056e2a44ac1728c7dff6f8ec2db54ca Mon Sep 17 00:00:00 2001 From: Lucy Zhang Date: Wed, 22 Mar 2023 13:29:30 -0700 Subject: [PATCH 2/2] enable debug logs for js samples --- samples/samples-js/host.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/samples-js/host.json b/samples/samples-js/host.json index 86022f201..df704ef2c 100644 --- a/samples/samples-js/host.json +++ b/samples/samples-js/host.json @@ -8,7 +8,7 @@ } }, "logLevel": { - "default": "Information" + "default": "Debug" } }, "extensionBundle": {