From 8114639ddac715a17d34a7f4a266f7ad0e3826ef Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Mon, 8 Jul 2019 03:21:56 -0500 Subject: [PATCH] docs: document success color in dev format closes #206 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d131df..eea46b0 100644 --- a/README.md +++ b/README.md @@ -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]