marqo-ai/marqo

Squash pip freeze on startup [ENHANCEMENT]

pandu-k opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
The Marqo startup process outputs a lot of text, and we want this to be cleaner.

Describe the solution you'd like
Pip freeze should only be logged if log level is set to DEBUG or higher.

This can be done via an if statement in the run_marqo.sh script.

Screenshots of Marqo's startup, before and after, at the default and at DEBUG log levels, attached to the PR would demonstrate that the feature works as expected.

Additional context

Elkiwa commented

@pandu-k Thank you for writing clear instructions. May I grab this issue?