search for: 07b9dcf

Displaying 2 results from an estimated 2 matches for "07b9dcf".

Did you mean: 07b9dcff
2019 Dec 12
0
[PATCH nbdkit 4/7] server: Allow -D nbdkit.* debug flags for the core server.
...kit.FLAG=N + +=item B<--debug> nbdkit.FLAG=N + +Set the nbdkit server Debug Flag called C<FLAG> to the integer value +C<N>. + =item B<--dump-config> Dump out the compile-time configuration values and exit. diff --git a/docs/synopsis.txt b/docs/synopsis.txt index 2a4adca..07b9dcf 100644 --- a/docs/synopsis.txt +++ b/docs/synopsis.txt @@ -1,4 +1,4 @@ -nbdkit [-D|--debug PLUGIN|FILTER.FLAG=N] +nbdkit [-D|--debug PLUGIN|FILTER|nbdkit.FLAG=N] [-e|--exportname EXPORTNAME] [--exit-with-parent] [--filter FILTER ...] [-f|--foreground] [-g|--group GROUP] [-i|...
2019 Dec 12
9
[PATCH nbdkit 0/7] server: Allow datapath debug messages to be suppressed.
The immediate reason for this patch is to reduce the amount of debugging in virt-v2v with using the virt-v2v -v option (because this implies running nbdkit in verbose mode too). Most of the messages are datapath ones about pread/pwrite requests, and in fact as we've added more filters on top of nbdkit these messages have got more and more verbose. However they are not particularly