summaryrefslogtreecommitdiffstats
path: root/docs/config_file.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config_file.md')
-rw-r--r--docs/config_file.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config_file.md b/docs/config_file.md
index d7db573..25498c0 100644
--- a/docs/config_file.md
+++ b/docs/config_file.md
@@ -29,3 +29,9 @@ Run the following command to generate a config file with the default parameters:
```sh
navi info config-example > "$(navi info config-path)"
```
+
+### Logging
+
+The log file will be created under the same directory where the config locates.
+
+And you can use the `RUST_LOG` env to set the log level, e.g. `RUST_LOG=debug navi`.