From: Ian Jackson Date: Sun, 24 Apr 2022 23:10:42 +0000 (+0100) Subject: tests: Increase debug traceing of hidden and updates X-Git-Tag: otter-1.1.0~457 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1ad2752e579da65bdd2639b3a755d6568552ee48;p=otter.git 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 --- 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)