Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Expand on debug logs
Lorenz Leutgeb committed 3 months ago
commit 890224036d3be6833f9baf3b9f0e82b09971a691
parent fc85104d67180993e02f59a73f3ec87674198c06
1 file changed +5 -2
modified CONTRIBUTING.md
@@ -13,9 +13,12 @@ If creating an issue, please make sure to include:
- steps to reproduce your issue,
- the output of `rad debug`,
- the contents of the log files referred to by that output.
-
  This can be improved by running the node with `--log-level debug`,
-
  e.g. `rad node start -- --log-level debug`.

+
If possible, please reproduce the issue after setting the log level
+
for `radicle-node` to "debug". This is done by specifying the
+
commandline argument `--log-level debug`.
+
If you start `radicle-node` via `rad node start`, then change the
+
invocation to `rad node start -- --log-level debug`.

## Contributing Code