CONTRIBUTING: mention `--log-level` for logs

Help the person reporting the issue to run with debug logs to provide
better information.
This commit is contained in:
Fintan Halpenny 2026-01-14 11:41:48 +00:00
parent 0a03f1c84e
commit 05507f21a9
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ If creating an issue, please make sure to include:
- the output of `rad debug`, - the output of `rad debug`,
- the contents of the log files referred to by that output. - 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 ## Contributing Code