intel / ScalableVectorSearch

https://intel.github.io/ScalableVectorSearch/
GNU Affero General Public License v3.0
125 stars 18 forks source link

Reroute core logging prints to stderr #32

Closed Alexsandruss closed 7 months ago

Alexsandruss commented 7 months ago

Prints to stdout in core functionality cause stream parsing issues if it's part of user workload.

hildebrandmw commented 7 months ago

Thanks for this - I agree we spam stdout way too much and it's beyond time that we used proper logging. I'm happy to use this as a stopgap in the meantime :relieved:.

mihaic commented 7 months ago

Thank you again, @Alexsandruss. We added logging in PR #33 and described it in NEWS.md: https://github.com/IntelLabs/ScalableVectorSearch/blob/main/NEWS.md#logging-infrastructure I hope that addresses your need. If not, feel free to re-open.