Skip to content

Commit

Permalink
debug help
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Jan 10, 2024
1 parent ef7758c commit e06c1bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/src/config_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ where
}
};

log::info!("{} exists? {}",
freyja_dir_config_path.to_str().unwrap(),
freyja_dir_config_path.exists());

let config_store = config::Config::builder()
.add_source(File::from(default_config_file))
.add_source(File::from(current_dir_config_path).required(false))
Expand Down

0 comments on commit e06c1bc

Please sign in to comment.