api_startup_json: use 'skip_all'
This commit is contained in:
		@@ -313,7 +313,7 @@ pub async fn api_startup(
 | 
				
			|||||||
    Ok(veilid_api)
 | 
					    Ok(veilid_api)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[instrument(err, skip(update_callback))]
 | 
					#[instrument(err, skip_all)]
 | 
				
			||||||
pub async fn api_startup_json(
 | 
					pub async fn api_startup_json(
 | 
				
			||||||
    update_callback: UpdateCallback,
 | 
					    update_callback: UpdateCallback,
 | 
				
			||||||
    config_json: String,
 | 
					    config_json: String,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user