Skip to content

Commit 6e64299

Browse files
Enable trace level logging for tests (#795)
* Enable trace level logging for tests * one more
1 parent 2d7a6c5 commit 6e64299

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

samples/samples-java/host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "2.0",
33
"logging": {
44
"logLevel": {
5-
"default": "Information"
5+
"default": "Trace"
66
}
77
},
88
"extensionBundle": {

samples/samples-js/host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"logLevel": {
11-
"default": "Debug"
11+
"default": "Trace"
1212
}
1313
},
1414
"extensionBundle": {

samples/samples-outofproc/host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"logLevel": {
11-
"default": "Information"
11+
"default": "Trace"
1212
}
1313
}
1414
}

samples/samples-powershell/host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"logLevel": {
11-
"default": "Debug"
11+
"default": "Trace"
1212
}
1313
},
1414
"extensionBundle": {

samples/samples-python/host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"logLevel": {
11-
"default": "Debug"
11+
"default": "Trace"
1212
}
1313
},
1414
"extensionBundle": {

test-outofproc/host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"logLevel": {
11-
"default": "Information"
11+
"default": "Trace"
1212
}
1313
}
1414
}

test/Integration/test-java/host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"logLevel": {
11-
"default": "Information"
11+
"default": "Trace"
1212
}
1313
},
1414
"extensionBundle": {

0 commit comments

Comments
 (0)