pub fn build_router_with_logger( dir: &Path, debounce_ms: u64, logger: impl Fn(&str) + Send + Sync + 'static, ) -> Router