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.