mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-21 09:55:45 +03:00
* Log Site start to -log. Fix for #1205 * Removed Comment
This commit is contained in:
parent
f3108bb7bf
commit
c4d64a418b
1 changed files with 1 additions and 0 deletions
|
@ -363,6 +363,7 @@ func (s *Server) OnStartupComplete() {
|
||||||
output += " (only accessible on this machine)"
|
output += " (only accessible on this machine)"
|
||||||
}
|
}
|
||||||
fmt.Println(output)
|
fmt.Println(output)
|
||||||
|
log.Println(output)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue