We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
llm logs off turns off default logging, llm logs on turns it on.
llm logs off
llm logs on
I feel like there should be a way to tell the current status of logging too. Maybe: llm logs status Which could show not just the on/off state but also the size of the DB and number of records in it.
I feel like there should be a way to tell the current status of logging too. Maybe:
llm logs status
Which could show not just the on/off state but also the size of the DB and number of records in it.
Originally posted by @simonw in #68 (comment)
The text was updated successfully, but these errors were encountered:
Initial llm logs status command, refs #98
875c6a9
I'm going to use the existence of the file user_dir() / "logs-off" to record if logging is currently enabled or disabled.
user_dir() / "logs-off"
Sorry, something went wrong.
llm logs on / off commands, refs #98
d2fcff3
Just needs documentation updates now.
05b4bcf
Release 0.5
a3c0796
Refs #31, #53, #55, #57, #63, #69, #70, #75, #76, #79, #82, #91, #98
No branches or pull requests
llm logs off
turns off default logging,llm logs on
turns it on.Originally posted by @simonw in #68 (comment)
The text was updated successfully, but these errors were encountered: