From 458ad45bbef5a9799bb91e8b9ba44a1be4abfd85 Mon Sep 17 00:00:00 2001 From: Ankita Sahu <71656941+SAHU-01@users.noreply.github.com> Date: Tue, 5 Aug 2025 19:58:09 +0530 Subject: [PATCH] docs:added GOLOG_LOG_LEVEL to debug-guide for logging more info (#10894) --- docs/debug-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/debug-guide.md b/docs/debug-guide.md index 74034f41f..7268ef6bc 100644 --- a/docs/debug-guide.md +++ b/docs/debug-guide.md @@ -15,6 +15,8 @@ This is a document for helping debug Kubo. Please add to it if you can! ### Beginning +> **Note:** Enable more logs by setting `GOLOG_LOG_LEVEL` env variable when troubleshooting. See [go-log documentation](https://github.com/ipfs/go-log#golog_log_level) for configuration options and available log levels. + When you see ipfs doing something (using lots of CPU, memory, or otherwise being weird), the first thing you want to do is gather all the relevant profiling information.