Skip to content

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

@workflowsguy

Description

@workflowsguy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions