feat: log config file path on startup
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
parent
a66660fbe9
commit
4bf8ca0296
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ fn main() -> Result<()> {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
println!("[INFO] Using config file at: {}", config_path.display());
|
||||||
|
|
||||||
let settings = config::Config::builder()
|
let settings = config::Config::builder()
|
||||||
.add_source(config::File::from(config_path))
|
.add_source(config::File::from(config_path))
|
||||||
.build()?
|
.build()?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue