Skip to content

Commit 3ef8596

Browse files
committed
Disable verbose loggign
1 parent 9c14a80 commit 3ef8596

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/test_python_lsp.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ def ws_server_subprocess():
2828
HOST,
2929
"--port",
3030
str(TEST_PORT),
31-
"-vv",
31+
# TODO: enabling verbose logging while stderr is piped
32+
# makes this crash; I believe I saw this in a
33+
# deployment too.
34+
# "-vv",
3235
]
3336

3437
proc = subprocess.Popen(

0 commit comments

Comments
 (0)