aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-23 03:30:24 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-23 03:30:24 -0400
commit30264d803c3980920cc3f0d1e3ba0cc919dfa7b1 (patch)
treeab3b21108a83f5fbeafa31bfc9c9367484302bd6 /README.md
parent8c50d9833f088b6a6daa025d9a3856a873f3a2cf (diff)
downloadteleterm-30264d803c3980920cc3f0d1e3ba0cc919dfa7b1.tar.gz
teleterm-30264d803c3980920cc3f0d1e3ba0cc919dfa7b1.zip
link to env_logger
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2ba92fc..3f8bd7e 100644
--- a/README.md
+++ b/README.md
@@ -88,14 +88,15 @@ These are documented via `tt help`.
### Environment variables
-`tt` respects the `RUST_LOG` environment variable to adjust the logging
-verbosity. By default, `tt server` displays logs at the `info` level and the
-rest of the commands display logs at the `error` level, but you can run a
-command like `RUST_LOG=tt=info tt stream` to see more information. Note that
-for interactive commands like `tt stream`, this will likely be disruptive, but
-you can send the output to a file by redirecting `STDERR` (since all process
-output is written to `tt`'s `STDOUT` and all log output is written to `tt`'s
-`STDERR`), like this: `RUST_LOG=tt=info tt stream 2>>stream.log`.
+`tt` respects the [`RUST_LOG`](https://docs.rs/env_logger/*/env_logger/)
+environment variable to adjust the logging verbosity. By default, `tt server`
+displays logs at the `info` level and the rest of the commands display logs at
+the `error` level, but you can run a command like `RUST_LOG=tt=info tt stream`
+to see more information. Note that for interactive commands like `tt stream`,
+this will likely be disruptive, but you can send the output to a file by
+redirecting `STDERR` (since all process output is written to `tt`'s `STDOUT`
+and all log output is written to `tt`'s `STDERR`), like this: `RUST_LOG=tt=info
+tt stream 2>>stream.log`.
### Configuration file