Skip to content

Commit

Permalink
docs: document success color in dev format
Browse files Browse the repository at this point in the history
closes #206
  • Loading branch information
thislooksfun authored and dougwilson committed Mar 18, 2020
1 parent 5d8176f commit 8114639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ Standard Apache common log output.
##### dev

Concise output colored by response status for development use. The `:status`
token will be colored red for server error codes, yellow for client error
codes, cyan for redirection codes, and uncolored for all other codes.
token will be colored green for success codes, red for server error codes,
yellow for client error codes, cyan for redirection codes, and uncolored
for information codes.

```
:method :url :status :response-time ms - :res[content-length]
Expand Down

0 comments on commit 8114639

Please sign in to comment.