From d2e40bb8d98763e33c3eeac4f5f1b7c53465009f Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 15 Mar 2022 00:59:09 +0100 Subject: conf, util, tap: Implement --trace option for extra verbose logging --debug can be a bit too noisy, especially as single packets or socket messages are logged: implement a new option, --trace, implying --debug, that enables all debug messages. Signed-off-by: Stefano Brivio --- passt.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'passt.1') diff --git a/passt.1 b/passt.1 index 57cf745..0252fbb 100644 --- a/passt.1 +++ b/passt.1 @@ -74,6 +74,11 @@ for performance reasons. .BR \-d ", " \-\-debug Be verbose, don't run in background. +.TP +.BR \-\-trace +Be extra verbose, show single packets, don't run in background. Implies +\fB--debug\fR. + .TP .BR \-q ", " \-\-quiet Don't print informational messages. -- cgit v1.2.3