ollama-python icon indicating copy to clipboard operation
ollama-python copied to clipboard

Logging level of "HTTP Request: POST" should be DEBUG, not INFO

Open workflowsguy opened this issue 6 months ago • 0 comments

Currently, when running a script making a request to the Ollama server, a log entry of level INFO is created like this:

HTTP Request: POST http://192.168.1.118:11434/api/generate "HTTP/1.1 200 OK"

IMHO, this info is only relevant when debugging the calling script with the default log level set to DEBUG. Hence, the level of this output message should be changed from INFO to DEBUG.

workflowsguy avatar Jul 11 '25 17:07 workflowsguy