From a8faa56e1d18b27ed5f6132a7e49d33da1b567ca Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sat, 10 Oct 2015 17:43:57 -0700 Subject: [PATCH] added to docs --- doc.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc.go b/doc.go index a2e4579..03946c4 100644 --- a/doc.go +++ b/doc.go @@ -63,6 +63,10 @@ Deployment Environment Of course in a real application system you should (probably) create a different kind of flogger for each deployment environment. +Even though the PrettyWritingRouter is great for a development deployment environment +(i.e., "DEV") it is probably not appropriate for a production deployment environment +(i.e., "PROD"). + For example: var flogger flog.Flogger