added to docs

master
Charles Iliya Krempeaux 2015-10-10 17:43:57 -07:00
parent 740934880d
commit a8faa56e1d
1 changed files with 4 additions and 0 deletions

4
doc.go
View File

@ -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