mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-09 23:37:06 +00:00
ggml: Reduce log level of "key not found"
Most of the time this is not an error.
This commit is contained in:
@@ -149,7 +149,7 @@ func keyValue[T valueTypes | arrayValueTypes](kv KV, key string, defaultValue ..
|
|||||||
return val.(T)
|
return val.(T)
|
||||||
}
|
}
|
||||||
|
|
||||||
slog.Warn("key not found", "key", key, "default", defaultValue[0])
|
slog.Debug("key not found", "key", key, "default", defaultValue[0])
|
||||||
return defaultValue[0]
|
return defaultValue[0]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user