MITM Logging? #812
Replies: 3 comments
-
Not that I know of. There is |
Beta Was this translation helpful? Give feedback.
-
I seem to be getting something with this hack. |
Beta Was this translation helpful? Give feedback.
-
We use PrintWriter for that: We use extended configurable version of PrintWriter: https://github.com/1c-syntax/bsl-language-server/blob/develop/src/main/java/com/github/_1c_syntax/bsl/languageserver/cli/lsp/FileAwarePrintWriter.java But you can pass the generic one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an easy way to cause lsp4j to log the entire client-server conversation to a file? Perhaps an environment variable or addition to
logging.properties
?Beta Was this translation helpful? Give feedback.
All reactions