at protocol indexer with flexible filtering, xrpc queries, and a cursor-backed event stream, built on fjall
at-protocol atproto indexer rust fjall

[main] pretty print config

ptr.pet 437e4c14 46787251

verified
+1 -1
+1 -1
src/main.rs
··· 33 33 let env_filter = tracing_subscriber::EnvFilter::new(&cfg.log_level); 34 34 tracing_subscriber::fmt().with_env_filter(env_filter).init(); 35 35 36 - info!("starting hydrant with config: {cfg:?}"); 36 + info!("starting hydrant with config: {cfg:#?}"); 37 37 38 38 let (state, backfill_rx) = AppState::new(&cfg)?; 39 39 let state = Arc::new(state);