aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tp.15
-rw-r--r--tpd.15
2 files changed, 10 insertions, 0 deletions
diff --git a/tp.1 b/tp.1
index 7b5bc58..729e603 100644
--- a/tp.1
+++ b/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:
diff --git a/tpd.1 b/tpd.1
index 5d9c4fe..49889a4 100644
--- a/tpd.1
+++ b/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