improvement: make state res actually work

This commit is contained in:
Timo Kösters
2021-03-13 16:30:12 +01:00
parent 0d55964d24
commit 6da40225bb
13 changed files with 537 additions and 541 deletions

View File

@@ -204,6 +204,8 @@ async fn main() {
rocket.launch().await.unwrap();
} else {
pretty_env_logger::init();
let root = span!(tracing::Level::INFO, "app_start", work_units = 2);
let _enter = root.enter();