Write converted config

This commit is contained in:
Dominik Werder
2021-12-09 14:55:56 +01:00
parent 2449a20775
commit 11229bd514
12 changed files with 609 additions and 124 deletions

View File

@@ -68,7 +68,7 @@ pub fn run<T, F: std::future::Future<Output = Result<T, Error>>>(f: F) -> Result
match res {
Ok(k) => Ok(k),
Err(e) => {
error!("{:?}", e);
error!("Catched: {:?}", e);
Err(e)
}
}
@@ -107,6 +107,7 @@ pub fn tracing_init() {
"disk::binned=info",
"nodenet::conn=info",
"daqbuffer::test=info",
"dq=info",
]
.join(","),
))