LibertyTextDocument puts a lot of info in the log #266
Labels
enhancement
New feature or request
good first issue
Good for newcomers
LCLS
Liberty Config Language Server
As I edit my properties file in IntelliJ this language server prints the whole file to the log every time I make a change. This seems like too much output when there isn't an error.
Could you remove this log statement and only print something if there is an error or a warning is needed?
LibertyTextDocument:
LOGGER.info(last.getText());
The text was updated successfully, but these errors were encountered: