mirror of
https://github.com/cloudstack-llc/ollama.git
synced 2026-07-18 12:34:41 -04:00
rfc: dynamic environ lookup
This commit is contained in:
+1
-1
@@ -1093,7 +1093,7 @@ func (s *Server) GenerateRoutes() http.Handler {
|
||||
|
||||
func Serve(ln net.Listener) error {
|
||||
level := slog.LevelInfo
|
||||
if envconfig.Debug {
|
||||
if envconfig.Debug() {
|
||||
level = slog.LevelDebug
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user