mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Merge branch 'api_startup_json_skip_all' into 'main'
api_startup_json: use 'skip_all' See merge request veilid/veilid!154
This commit is contained in:
commit
59dda0febe
@ -313,7 +313,7 @@ pub async fn api_startup(
|
||||
Ok(veilid_api)
|
||||
}
|
||||
|
||||
#[instrument(err, skip(update_callback))]
|
||||
#[instrument(err, skip_all)]
|
||||
pub async fn api_startup_json(
|
||||
update_callback: UpdateCallback,
|
||||
config_json: String,
|
||||
|
Loading…
Reference in New Issue
Block a user