From 1ad2752e579da65bdd2639b3a755d6568552ee48 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 25 Apr 2022 00:10:42 +0100 Subject: [PATCH] tests: Increase debug traceing of hidden and updates I wanted this for debugging the unnotched piece crash. It seems fine to keep it. Signed-off-by: Ian Jackson --- apitest/apitest.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apitest/apitest.rs b/apitest/apitest.rs index 361a9945..4ed8c7d1 100644 --- a/apitest/apitest.rs +++ b/apitest/apitest.rs @@ -644,7 +644,8 @@ global_level = 'debug' 'hyper::server' = 'info' "game::debugreader" = 'info' -"game::updates" = 'trace' +"otter::updates" = 'trace' +"otter::hidden" = 'trace' "##)?; fs::write(CONFIG, &config) -- 2.30.2