commit 660bc943ba26968692e731963e6b324299519542 from: murilo ijanc date: Thu Mar 26 01:36:52 2026 UTC Document -v flag in tp(1) and tpd(1) man pages commit - 441775eedc9687c7b038fc3bcf548093eb0a7dee commit + 660bc943ba26968692e731963e6b324299519542 blob - 7b5bc583408468cdb09c51da8c1ca8238bfb5147 blob + 729e603e923fde0a3ce1f54cf95df8586bc04817 --- tp.1 +++ tp.1 @@ -22,6 +22,7 @@ .Sh SYNOPSIS .Nm .Op Fl s Ar sock +.Op Fl v .Ar command .Op Ar args .Sh DESCRIPTION @@ -38,6 +39,10 @@ The options are as follows: Path to the Unix domain socket. The default is .Pa /var/tesseras-paste/daemon.sock . +.It Fl v +Enable verbose output. +Shows the socket path, the request sent to the daemon, +and the raw response received. .El .Pp The following commands are available: blob - 5d9c4fec5528ae8d1e0214bb5646e65f0b641db5 blob + 49889a4aa6003c2e13313e2ff7e6ac5a02b48b01 --- tpd.1 +++ tpd.1 @@ -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