follow xdg base dirs spec by default

This commit is contained in:
Charles Hall 2024-06-11 20:41:05 -07:00
parent c46eaed0e0
commit 85e77832e9
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
6 changed files with 69 additions and 7 deletions

View file

@ -106,7 +106,7 @@ async fn try_main() -> Result<(), error::Main> {
let args = args::parse();
let config = config::load(&args.config).await?;
let config = config::load(args.config.as_ref()).await?;
let _guard = observability::init(&config);