Updated Verbose ouput (markdown)

Thomas Perkins 2017-09-07 14:41:55 -05:00
parent 2270b8da47
commit 6c592472a2

@ -1 +1,12 @@
# Showing verbose output
# 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)