diff options
Diffstat (limited to 'tpd.1')
| -rw-r--r-- | tpd.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -28,6 +28,7 @@ .Op Fl s Ar sock .Op Fl w Ar http_port .Op Fl b Ar host:port +.Op Fl v .Sh DESCRIPTION .Nm is the tesseras-paste daemon. @@ -69,6 +70,10 @@ Path to the Unix domain socket. The default is .Pa daemon.sock inside the data directory. +.It Fl v +Enable verbose logging. +Sets the log level to debug, producing detailed output about +peer activity, routing table changes, and network events. .It Fl w Ar http_port Enable the HTTP server on the specified port. .El |