mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:18 +00:00
[ty] Log server version at info level (#19961)
This commit is contained in:
parent
76c933d10e
commit
7d8f7c20da
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ impl Server {
|
|||
);
|
||||
|
||||
let version = ruff_db::program_version().unwrap_or("Unknown");
|
||||
tracing::debug!("Version: {version}");
|
||||
tracing::info!("Version: {version}");
|
||||
|
||||
connection.initialize_finish(
|
||||
id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue