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 <sbrivio@redhat.com>
This commit is contained in:
@@ -63,7 +63,11 @@ Just issue:
|
||||
|
||||
./run
|
||||
|
||||
from the `test` directory. Elevated privileges are not needed.
|
||||
from the `test` directory. Elevated privileges are not needed. Environment
|
||||
variable settings: DEBUG=1 enables debugging messages, TRACE=1 enables tracing
|
||||
(further debugging messages), PCAP=1 enables packet captures. Example:
|
||||
|
||||
PCAP=1 TRACE=1 ./run
|
||||
|
||||
## Continuous integration
|
||||
|
||||
|
Reference in New Issue
Block a user