Skip to content

Commit eaf5efa

Browse files
committed
fix
1 parent 966a111 commit eaf5efa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • crates/common/src/config

crates/common/src/config/log.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ use crate::utils::default_bool;
88

99
#[derive(Clone, Default, Debug, Deserialize, Serialize)]
1010
pub struct LogsSettings {
11+
#[serde(default)]
1112
pub stdout: StdoutLogSettings,
13+
#[serde(default)]
1214
pub file: FileLogSettings,
1315
}
1416

0 commit comments

Comments
 (0)