1
0
Fork 0
mirror of https://passt.top/passt synced 2025-06-05 15:35:34 +02:00

conf, passt.1: Don't imply --foreground with --debug

Having -f implied by -d (and --trace) usually saves some typing, but
debug mode in background (with a log file) is quite useful if pasta
is started by Podman, and is probably going to be handy for passt
with libvirt later, too.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
Stefano Brivio 2022-10-26 16:48:42 +02:00
parent e4df8b0844
commit 7402951658
2 changed files with 5 additions and 7 deletions

View file

@ -79,12 +79,11 @@ for performance reasons.
.TP
.BR \-d ", " \-\-debug
Be verbose, don't run in background, don't log to the system logger.
Be verbose, don't log to the system logger.
.TP
.BR \-\-trace
Be extra verbose, show single packets, don't run in background. Implies
\fB--debug\fR.
Be extra verbose, show single packets. Implies \fB--debug\fR.
.TP
.BR \-q ", " \-\-quiet