seldon-core
seldon-core copied to clipboard
JSON Format Logs Python Model Servers.
Hi Everyone,
I am using Seldon & I am fetching logs to Datadog. While doing so, I noticed some issues:
Question 1:
- Is there a particular reason why for the e.g. python MLFlow model server we log in non JSON format. Could we change this?
Question 2:
- I do not find the logs regarding HTTP requests to the classifiers. Not in the logs of the operator nor executor. I am more interested to see something like
root:_predict:42 - INFO: Calling predict_proba, not the payload send itself. Is there any way to have these logs in the executor or operator?
Thanks Guys!