You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For debugging the state of the daemon, it could be useful to add a hook to catch SIGUSR2 (as we plan to use SIGUSR1 for config reload) that prints statistics/diagnostics to stdout/stderr.
For debugging the state of the daemon, it could be useful to add a hook to catch
SIGUSR2
(as we plan to useSIGUSR1
for config reload) that prints statistics/diagnostics to stdout/stderr.We can output at least:
dht.RoutingTable.Print()
For now, the DHT routing table would suffice, as we actually do need it kind of immediately.
The text was updated successfully, but these errors were encountered: