Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
CONTRIBUTING: mention `--log-level` for logs
Fintan Halpenny committed 3 months ago
commit f000252273ce09785fa7dfdd4790e197ded21e8e
parent d2ab7b1b46935c95a46d0e7ddac3130b595eb15a
1 file changed +5 -0
modified CONTRIBUTING.md
@@ -14,6 +14,11 @@ If creating an issue, please make sure to include:
- the output of `rad debug`,
- the contents of the log files referred to by that output.

+
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