qdrant
qdrant copied to clipboard
Log better TLS and REST/gRPC start errors
This improves error logging for TLS loading errors and errors that occur while starting REST and gRPC servers.
For example, if the REST server can't start because the TLS certificate file is missing, this is now shown:
[2023-05-31T15:13:03.093Z ERROR qdrant] Error while starting REST server: TLS file could not be opened: ./tls/localhost.pem
Before it simply eprintlned a raw io::Error with no context it was relating to starting the REST or gRPC server.
All Submissions:
- [x] Have you followed the guidelines in our Contributing document?
- [x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?