Skip to content

Commit

Permalink
chore: downgrade config file found log
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Jul 30, 2024
1 parent 3630e55 commit 8146faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/taplo-lsp/src/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ impl<E: Environment> WorkspaceState<E> {
};

if let Some(config_path) = config_path {
tracing::info!(path = ?config_path, "using config file");
tracing::debug!(path = ?config_path, "using config file");
self.taplo_config =
toml::from_str(str::from_utf8(&env.read_file(&config_path).await?)?)?;
}
Expand Down

0 comments on commit 8146faf

Please sign in to comment.