Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging #16

Open
stephenlprice opened this issue Sep 10, 2024 · 2 comments · May be fixed by #34
Open

Logging #16

stephenlprice opened this issue Sep 10, 2024 · 2 comments · May be fixed by #34
Assignees
Labels
enhancement New feature or request

Comments

@stephenlprice
Copy link
Collaborator

Add a standard logging library to the project as is used in FastAPI and Flask

@stephenlprice stephenlprice added the enhancement New feature or request label Sep 10, 2024
@stephenlprice stephenlprice moved this to Ready in langtab Sep 10, 2024
@wjsutton
Copy link
Contributor

wjsutton commented Oct 4, 2024

In LangChain we can retrieve the full details of the LLM calls with :

import langchain
langchain.debug = TRUE

@stephenlprice
Copy link
Collaborator Author

oh perfect this its worth exploring what else the logger allows us to do vs traces on Langsmith

@wjsutton wjsutton self-assigned this Oct 9, 2024
@wjsutton wjsutton moved this from Ready to In progress in langtab Oct 9, 2024
@wjsutton wjsutton linked a pull request Oct 9, 2024 that will close this issue
@wjsutton wjsutton moved this from In progress to In review in langtab Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

2 participants