-
Notifications
You must be signed in to change notification settings - Fork 14
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
Is there a way to disable sync logs? #39
Comments
did you try
Or you could try |
This should be fixed by #40 once it is merged |
Same, I'm on the latest release and tried the config block from @grumpyp but still seeing the logs Aside, I have a small (<5MB) database with no writes since last sync but calling sync still takes just under a minute, is this expected? |
Just playing around with this library for the first time today and ran into this. I'm working on a CLI tool and these logs are very distracting. Best solution I found for now is to set the
Python logging configuration won't help here because the logs are coming from the Not sure what the optimal solution would be for this library, but I'd probably look for a way to pass the Python log level down to the Rust logging configuration. Regardless, setting the log level manually should be a sufficient workaround for now. |
Did anyone figure out a way to elegantly manage the log levels? |
that behaviour makes using libsql (especially for remote databases) really difficult to use or showcase, as it distracts from regular output. Please make it either configurable or less verbose. |
Currently, every time the embedded replica is called it emits some logs:
Is there a way to disable this?
The text was updated successfully, but these errors were encountered: