test/integration/goDebug.test.ts: include the debugger logging in tests

Include the debugger logging in the test failures to more easily identify
test failure issues.

Change-Id: I31670be863519e1fd698b0d6857ba27759b7c91e
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/321842
Trust: Suzy Mueller <suzmue@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/test/integration/goDebug.test.ts b/test/integration/goDebug.test.ts
index 2cf6194..262701f 100644
--- a/test/integration/goDebug.test.ts
+++ b/test/integration/goDebug.test.ts
@@ -1990,7 +1990,7 @@
 		if (isDlvDap) {
 			config['debugAdapter'] = 'dlv-dap';
 			// Log the output for easier test debugging.
-			config['logOutput'] = 'dap';
+			config['logOutput'] = 'dap,debugger';
 			config['showLog'] = true;
 			config['trace'] = 'verbose';
 		}