-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add logging #3
Comments
@invincibleJai this sounds good to me as Mario pointed out that the log location /home/user/che/ is going to be in accordance with other agents. @msrb I think this issue can be used for working on redirecting server's stderr to the log file. Please correct me if you think otherwise. |
Would be fine if we can tune the log level through another env var. Also note the log file is an absolute UNIX file path that causes isssues while debugging on Windows |
…-setup initial setup to run test on VScode extension
LSP agent in Che doesn't listen on server's stderr, so logs printed there don't show anywhere. The viable option could be sending them to a file.
Note there already is some very basic file logging, but the file is nowhere to be found in Che workspace. I guess the current working directory is not writeable for the server (use $HOME maybe?).
The text was updated successfully, but these errors were encountered: