docs: Detail LND's debug possibilities

Describe the basics of the LND profiler so that node runners can
easily provide profile dumps to analyse faulty behaviour more
quickly.

Also update the description of LND's logging system.
This commit is contained in:
ziggie
2024-09-25 09:52:57 +02:00
parent 8d4d3e0323
commit 64c20ca308
2 changed files with 172 additions and 13 deletions

View File

@@ -271,6 +271,9 @@
; Enable HTTP profiling on given port -- NOTE port must be between 1024 and
; 65536. The profile can be access at: http://localhost:<PORT>/debug/pprof/.
; You can also provide it as host:port to enable profiling for remote debugging.
; For example 0.0.0.0:<PORT> to enable profiling for all interfaces on the given
; port.
; profile=
; Enable a blocking profile to be obtained from the profiling port. A blocking