mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 12:28:45 +08:00
httpserver: Revert misleading comment
This commit is contained in:
parent
930ca1cc1b
commit
97e1f14dd3
|
@ -139,7 +139,5 @@ const (
|
|||
)
|
||||
|
||||
// lumberjacks maps log filenames to the logger
|
||||
// that is being used to keep them rolled/maintained;
|
||||
// if rolling is disabled, it's just a regular
|
||||
// *os.File, not a lumberjack
|
||||
// that is being used to keep them rolled/maintained.
|
||||
var lumberjacks = make(map[string]io.Writer)
|
||||
|
|
Loading…
Reference in New Issue
Block a user