summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-12-24 11:31:27 -0700
committerColin Reeder <colin@vpzom.click>2020-12-24 11:31:27 -0700
commit2289ae102a460afd6ffffa8cff019f5ddd083401 (patch)
tree29958acc2a5543fa6a578f4c11d071972b1ba563
parent6dd651ac975eb4f21353ac0c7db26f2f99ae5079 (diff)
Add note about logs to INSTALL.md
-rw-r--r--doc/INSTALL.md2
1 files changed, 2 insertions, 0 deletions
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).