Knowledge Base >
Test Execution >
How do I adjust the log output level?
How do I adjust the log output level?
The following buddy command line options are available to adjust the verbosity of log messages that appear during a test run. BuddyWeb users will see many of these same options in the Advanced tab under Log Files.
Event Messages
-trace |
Display protocol event messages |
-silent |
Display final PASS or FAIL status only |
Packet Tracing
-pt |
Display one line summary for each packet sent and received |
-ptc |
Same as -pt with color display |
-decode |
Display full decode of each packet sent and received |
NOTE: Only one packet tracing option may be used at a time. For example, you can not have both -pt and -decode. If both the -pt and -decode options are used, the tracing mode will default to -pt.
Raw Hex Dumps
-dump |
Display raw hex dump of each packet sent and received |
Additional Information
See also:
How can I filter out specific protocol messages?