@cryptotaxi247 / kubo / commits / 458ad45bb

docs:added GOLOG_LOG_LEVEL to debug-guide for logging more info (#10894)

Ankita Sahu committed Aug 5, 2025 at 19:58 UTC 458ad45bbef5a9799bb91e8b9ba44a1be4abfd85
1 file changed +2
docs/debug-guide.md
+2
@@ -15,6 +15,8 @@ This is a document for helping debug Kubo. Please add to it if you can!
15
16 ### Beginning
17
18 +> **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.
19 +
20 When you see ipfs doing something (using lots of CPU, memory, or otherwise
21 being weird), the first thing you want to do is gather all the relevant
22 profiling information.