mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user