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

PQLite: DEBUG logging enabled by default #88

Closed
alexcg1 opened this issue Jan 5, 2022 · 3 comments
Closed

PQLite: DEBUG logging enabled by default #88

alexcg1 opened this issue Jan 5, 2022 · 3 comments
Assignees

Comments

@alexcg1
Copy link
Member

alexcg1 commented Jan 5, 2022

Not sure if this is deliberate? In jinahub://PQLiteIndexer/v0.1.3 there's a lot of logging coming up
image

@alexcg1
Copy link
Member Author

alexcg1 commented Jan 5, 2022

Logging resulted from using code in this repo dir

@alexcg1
Copy link
Member Author

alexcg1 commented Jan 5, 2022

Can confirm for 0.1.4 too

@numb3r3
Copy link
Member

numb3r3 commented Jan 6, 2022

I see, actually DEBUG logging has been disabled in pqlite v0.1.4. However, in the requirements of the executor, the pqlite is installed via git+https:// protocol. Hence, the local installed pqlite cannot be upgraded to v0.1.4 from v0.1.3 by using pip. This is a pain to use git+https:// we can see so far. To address this issue, pqlite need to be published via pypi.org.

As a quick fix for your problem, you can uninstall pqlite firstly via: pip uninstall pqlite

@alexcg1 alexcg1 closed this as completed Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants