Skip to content

Commit 66ccc94

Browse files
authored
chore: fix defaults in logs config (#367)
1 parent 966a111 commit 66ccc94

File tree

1 file changed

+2
-0
lines changed
  • crates/common/src/config

1 file changed

+2
-0
lines changed

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)