pub async fn cmd_logs( base_url: &str, lines: usize, follow: bool, level: &str, json: bool, ) -> Result<(), Box<dyn Error>>