300- if let Some(ref company) = config.company { 301- info!("Company: {}", company); 302- } 303: if let Some(ref site) = config.site { 304: info!("Site: {}", site); 305- } 306- 307- // Run the agent