Log level of "HTTP Request: POST" result should be changed to DEBUG #281

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

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.

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.
yindo closed this issue 2026-02-15 16:29:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#281