aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarter Snook2021-11-03 00:57:18 +0000
committerGitHub2021-11-03 00:57:18 +0000
commite505bf2b4809681840d1684a23ad21255fca290d (patch)
tree086222bf4d2c6c69b2c62d7495dbbf40bc173b26
parent9e247bf6eef34978d66cdcee535da5e4f5ba13e9 (diff)
chore(doc): use faq for finding helix log file (#963)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e78b92af..faf5851e 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Some suggestions to get started:
- You can look at the [good first issue](https://github.com/helix-editor/helix/labels/E-easy) label on the issue tracker.
- Help with packaging on various distributions needed!
-- To use print debugging to the `~/.cache/helix/helix.log` file, you must:
+- To use print debugging to the [Helix log file](https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file), you must:
* Print using `log::info!`, `warn!`, or `error!`. (`log::info!("helix!")`)
* Pass the appropriate verbosity level option for the desired log level. (`hx -v <file>` for info, more `v`s for higher severity inclusive)
- If your preferred language is missing, integrating a tree-sitter grammar for