instructor icon indicating copy to clipboard operation
instructor copied to clipboard

Would be great if logging.INFO should show all LLM api calls, including ones made for validation

Open ShravanSunder opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Would be great if logging.INFO should show all LLM api calls, including ones made for validation. There is too much info in debug mode (like tcp calls), and info does not show llm_validator calls

Describe the solution you'd like llm_validator calls show in logging = INFO

Describe alternatives you've considered using debug logging (but its hard with too much info

I think INFO can have more information about request/response. DEBUG is a bit too low level and hard to process due to tcp call details.

ShravanSunder avatar Jun 17 '24 18:06 ShravanSunder

I second this. Visibility into the function/tool message (you normally already have access to the system and user messages) , without the noise of debug level logging, would be very helpful.

rdvelazquez avatar Jul 05 '24 18:07 rdvelazquez

happy to take PR for this!

jxnl avatar Jul 06 '24 17:07 jxnl

Closing as part of repository maintenance for issues created before 2025.

jxnl avatar Mar 05 '25 00:03 jxnl