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

Open
opened 2026-02-15 16:29:31 -05:00 by yindo · 0 comments
Owner

Originally created by @workflowsguy on GitHub (Jul 11, 2025).

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.

Originally created by @workflowsguy on GitHub (Jul 11, 2025). 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#278