mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Log level of "HTTP Request: POST" result should be changed to DEBUG #281
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @workflowsguy on GitHub (Jul 11, 2025).
Currently, when a call is made to the Ollama server, a log entry of type INFO is created for this message:
HTTP Request: POST http://192.168.1.118:11434/api/generate "HTTP/1.1 200 OK"IMO, the log level category for this message should be changed to DEBUG, as it is more relevant under testing conditions and not regular usage situations where it is expected that command execution was successful.