From 6c592472a2bd355adef6267e823d57efcca30a5b Mon Sep 17 00:00:00 2001 From: Thomas Perkins Date: Thu, 7 Sep 2017 14:41:55 -0500 Subject: [PATCH] Updated Verbose ouput (markdown) --- Verbose-ouput.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Verbose-ouput.md b/Verbose-ouput.md index 4f8e71b..036fa9c 100644 --- a/Verbose-ouput.md +++ b/Verbose-ouput.md @@ -1 +1,12 @@ -# Showing verbose output \ No newline at end of file +# Showing verbose output + +#### Verbose output is helpful when you're debugging the program and when you're making a issue. Chances are I'll ask you to run the program wit hthe `--verbose` flag before I start troubleshooting your issue. + +*** + +There are two different verbosity methods within Zeus, of course there is the `--verbose` flag, there is also a `--show-requests` flag that will display all HTTP requests that Zeus sends: + +![requests](https://user-images.githubusercontent.com/14183473/30181938-a40475f8-93da-11e7-9b21-4fb1a6d77ae4.png) +![requests1](https://user-images.githubusercontent.com/14183473/30181944-a5274dd4-93da-11e7-940f-48c91284b18f.png) +![requests2](https://user-images.githubusercontent.com/14183473/30181945-a652276a-93da-11e7-878a-43c78c89b3ef.png) +![requests3](https://user-images.githubusercontent.com/14183473/30181947-a7720d36-93da-11e7-9407-b3a2d65db77c.png)