Fix spurious setting error logs on non-existent setting keys
This commit is contained in:
parent
fb11c3e4bf
commit
e32233c826
6 changed files with 29 additions and 26 deletions
|
@ -339,7 +339,7 @@ pub struct TelemetrySettings {
|
|||
pub metrics: bool,
|
||||
}
|
||||
|
||||
#[derive(Clone, Serialize, Deserialize, JsonSchema)]
|
||||
#[derive(Default, Clone, Serialize, Deserialize, JsonSchema)]
|
||||
pub struct TelemetrySettingsContent {
|
||||
pub diagnostics: Option<bool>,
|
||||
pub metrics: Option<bool>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue