diff --git a/samples/samples-java/host.json b/samples/samples-java/host.json index 1f5159c13..2c3ad03c5 100644 --- a/samples/samples-java/host.json +++ b/samples/samples-java/host.json @@ -2,7 +2,7 @@ "version": "2.0", "logging": { "logLevel": { - "default": "Information" + "default": "Trace" } }, "extensionBundle": { diff --git a/samples/samples-js/host.json b/samples/samples-js/host.json index df704ef2c..971d3fa83 100644 --- a/samples/samples-js/host.json +++ b/samples/samples-js/host.json @@ -8,7 +8,7 @@ } }, "logLevel": { - "default": "Debug" + "default": "Trace" } }, "extensionBundle": { diff --git a/samples/samples-outofproc/host.json b/samples/samples-outofproc/host.json index 1c453c8a2..df79a5f9b 100644 --- a/samples/samples-outofproc/host.json +++ b/samples/samples-outofproc/host.json @@ -8,7 +8,7 @@ } }, "logLevel": { - "default": "Information" + "default": "Trace" } } } \ No newline at end of file diff --git a/samples/samples-powershell/host.json b/samples/samples-powershell/host.json index df704ef2c..971d3fa83 100644 --- a/samples/samples-powershell/host.json +++ b/samples/samples-powershell/host.json @@ -8,7 +8,7 @@ } }, "logLevel": { - "default": "Debug" + "default": "Trace" } }, "extensionBundle": { diff --git a/samples/samples-python/host.json b/samples/samples-python/host.json index d5260cab5..ebd5612ce 100644 --- a/samples/samples-python/host.json +++ b/samples/samples-python/host.json @@ -8,7 +8,7 @@ } }, "logLevel": { - "default": "Debug" + "default": "Trace" } }, "extensionBundle": { diff --git a/test-outofproc/host.json b/test-outofproc/host.json index c7f8817f6..ecf5eafb5 100644 --- a/test-outofproc/host.json +++ b/test-outofproc/host.json @@ -8,7 +8,7 @@ } }, "logLevel": { - "default": "Information" + "default": "Trace" } } } diff --git a/test/Integration/test-java/host.json b/test/Integration/test-java/host.json index 86022f201..971d3fa83 100644 --- a/test/Integration/test-java/host.json +++ b/test/Integration/test-java/host.json @@ -8,7 +8,7 @@ } }, "logLevel": { - "default": "Information" + "default": "Trace" } }, "extensionBundle": {