mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-03-11 16:35:42 +00:00
Add more launch logging
This commit is contained in:
parent
df3063e75f
commit
162dd1cb0e
|
@ -108,8 +108,10 @@ fn main() -> Result<(), anyhow::Error> {
|
|||
return client_main(config, args);
|
||||
}
|
||||
|
||||
tracing::warn!("Opening DB");
|
||||
let db = Db::build(&config)?;
|
||||
|
||||
tracing::warn!("Building caches");
|
||||
let actors = ActorCache::new(db.clone());
|
||||
let media = MediaCache::new(db.clone());
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user