From 48ef6598db8c4f0c93feb1acc4548d013e2e6158 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 15 Feb 2021 21:16:25 +0900 Subject: Increase the log level in LSP and log server errors. --- helix-term/src/application.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helix-term/src') diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index dd7778dd..79a916a5 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -5,7 +5,7 @@ use helix_view::{document::Mode, Document, Editor, Theme, View}; use crate::compositor::Compositor; use crate::ui; -use log::{debug, info}; +use log::{error, info}; use std::{ io::{self, stdout, Stdout, Write}, @@ -171,7 +171,7 @@ impl Application { } } Some(Call::MethodCall(call)) => { - debug!("Method not found {}", call.method); + error!("Method not found {}", call.method); // self.language_server.reply( // call.id, -- cgit v1.2.3-70-g09d2