ebkalderon / tower-lsp

Language Server Protocol implementation written in Rust
Apache License 2.0
962 stars 54 forks source link

Change cancel request log from warn to debug #353

Closed sdankel closed 1 year ago

sdankel commented 1 year ago

This log message occurs often and should really be DEBUG or INFO rather than WARN level.

sdankel commented 1 year ago

Makes sense! Feel free to merge, I don't have permissions to do so. Thanks!

ebkalderon commented 1 year ago

Will do! Apologies for the delay; still looking for time after work to give it a real-world usability test on my end. I'll merge this PR as soon as I can.

ebkalderon commented 1 year ago

Okay, I've just given this a go. Looks great! Thanks again for this pull request.