SeldonIO / tempo

MLOps Python Library
https://tempo.readthedocs.io/en/latest/
Apache License 2.0
114 stars 21 forks source link

Logging doesn't propagate upstream correctly when running in mlserver multiprocessing #196

Open axsaucedo opened 3 years ago

axsaucedo commented 3 years ago

When running in mlserver multiprocessing the logging doesn't propagate upstream correctly, for example if an exception happens in the tempo code, only the stack trace of the mlserver code is shown. We should explore a way to provide a logging and connect the underlying handlers to simplify the reporting of issues, whilst still providing granularity/modularity when multiple model classes are running in a single mlserver instance. This issue may be better (or part of it) in mlserver codebase.