From 05507f21a9705e0f81c0a8ea6f70014327dac36a Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Wed, 14 Jan 2026 11:41:48 +0000 Subject: [PATCH] CONTRIBUTING: mention `--log-level` for logs Help the person reporting the issue to run with debug logs to provide better information. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 638fe912..cf6601d0 100644 --- a/CONTRIBUTING.md +++ b/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