mirror of
https://github.com/ollama/ollama.git
synced 2026-01-12 00:06:57 +08:00
rfc: dynamic environ lookup
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
func InitLogging() {
|
||||
level := slog.LevelInfo
|
||||
|
||||
if envconfig.Debug {
|
||||
if envconfig.Debug() {
|
||||
level = slog.LevelDebug
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user