lsp: Downgrade window/logMessage to MessageType::Log
Some servers do a lot of logging and some of those log messages are Errors. These errors are not meant to interrupt the user, they should just be logged.
Some servers e.g., gopls is completely unusable with Kate without this
Related: https://github.com/golang/go/issues/33467 BUG: 462476