mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-27 04:15:55 +03:00
httpserver: Revert misleading comment
This commit is contained in:
parent
930ca1cc1b
commit
97e1f14dd3
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue