-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this.logger.info() sends data to nvim.exe (with ALLOW_CONSOLE) #342
Comments
I believe the culprit logging is
|
What are the exact, minimal steps to reproduce the issue? |
Yes I can confirm it only happens when |
To reproduce the issue, set |
It's documented at https://github.com/neovim/node-client?tab=readme-ov-file#logging but I'll make it clearer. |
node-client: 5.1.0
nvim: nvim-win64-0.9.5-RelWithDebInfo-LuaJIT-2.1.1703942320.msi
Creating a new issue different from #329 because now it effectively logs in the log file, but it also crashes neovim still. Just to be clear with the previous issue, it wouldn't log properly as I would get
{"level":"info","message":"handleRequest: "}
instead of2024-03-26 10:06:42 INF handleRequest:
.note that this is testing with a remote plugin.
and the log file:
The text was updated successfully, but these errors were encountered: