From 2289ae102a460afd6ffffa8cff019f5ddd083401 Mon Sep 17 00:00:00 2001 From: Colin Reeder Date: Thu, 24 Dec 2020 11:31:27 -0700 Subject: Add note about logs to INSTALL.md --- doc/INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 34e5939..b347c09 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -63,4 +63,6 @@ Run `cargo run -- migrate setup`, then `cargo run -- migrate` to update the data To build and run lotide, run `cargo run` in the lotide directory. +To show debug logging, set the environment variable `RUST_LOG=lotide=debug`. See [the env-logger docs](https://docs.rs/env_logger) for more details. + Note that lotide itself does not contain a frontend, so you probably want to also setup [hitide](https://git.sr.ht/~vpzom/hitide). -- cgit v1.2.3