Commit 97e1f14d authored by Matthew Holt's avatar Matthew Holt

httpserver: Revert misleading comment

parent 930ca1cc
...@@ -139,7 +139,5 @@ const ( ...@@ -139,7 +139,5 @@ const (
) )
// lumberjacks maps log filenames to the logger // lumberjacks maps log filenames to the logger
// that is being used to keep them rolled/maintained; // that is being used to keep them rolled/maintained.
// if rolling is disabled, it's just a regular
// *os.File, not a lumberjack
var lumberjacks = make(map[string]io.Writer) var lumberjacks = make(map[string]io.Writer)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment