mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Add a span for the settings diff creation
This commit is contained in:
parent
3a78e988da
commit
0e9eb9eedb
@ -1103,6 +1103,7 @@ pub struct InnerIndexSettingsDiff {
|
||||
}
|
||||
|
||||
impl InnerIndexSettingsDiff {
|
||||
#[tracing::instrument(level = "trace", skip_all, target = "indexing::settings")]
|
||||
pub(crate) fn new(
|
||||
old_settings: InnerIndexSettings,
|
||||
new_settings: InnerIndexSettings,
|
||||
|
Loading…
Reference in New Issue
Block a user