Add log config parsing support to daedelus (#3395)

This commit is contained in:
Josiah Glosson
2025-03-13 15:04:44 -05:00
committed by GitHub
parent 827e3ec0a0
commit eccd852426
2 changed files with 42 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ pub fn merge_partial_version(
x
})
.collect::<Vec<_>>(),
logging: merge.logging,
main_class: if let Some(main_class) = partial.main_class {
main_class
} else {