Skip to content

Commit

Permalink
chore(lsp): min log level debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed May 16, 2024
1 parent 14c52d4 commit 6cccc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/lsp/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pub async fn run() {

// Setup printing of tracing logs
tracing_subscriber::fmt()
.with_max_level(tracing::Level::TRACE)
.with_max_level(tracing::Level::DEBUG)
.with_ansi(false)
.with_writer(std::io::stderr)
.init();
Expand Down

0 comments on commit 6cccc27

Please sign in to comment.