From: Ian Jackson Date: Wed, 25 Nov 2020 21:00:41 +0000 (+0000) Subject: move comments in server.toml X-Git-Tag: otter-0.2.0~364 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=43184e992e5b2619f204e502826b5273f022c431;p=otter.git move comments in server.toml Signed-off-by: Ian Jackson --- diff --git a/server.toml b/server.toml index 89f09869..7d008402 100644 --- a/server.toml +++ b/server.toml @@ -22,10 +22,10 @@ shapelibs = [ "/home/ian/Rustup/Game/server/library/*.toml" ] global_level = 'debug' [log.modules] -'hyper::server' = 'info' rocket = 'error' _ = "error" # rocket # ^ comment these two out to see Tera errors, *sigh* + +'hyper::server' = 'info' "game::debugreader" = 'info' #"game::updates" = 'trace' -