This commit is contained in:
John Smith 2022-08-23 13:30:49 -04:00
parent 8cce818fea
commit 1b59633d73
3 changed files with 693 additions and 693 deletions

View File

@ -153,7 +153,7 @@ impl VeilidLogs {
convert_loglevel(settingsr.logging.system.level),
None,
);
let layer =tracing_journald::layer().wrap_err("failed to set up journald logging")?
let layer = tracing_journald::layer().wrap_err("failed to set up journald logging")?
.with_filter(filter.clone());
filters.insert("system", filter);
layers.push(layer.boxed());