G-Research / yunikorn-history-server

A service to store and provide historical data for K8S clusters using the Yunikorn scheduler
Apache License 2.0
2 stars 5 forks source link

YHS: add logging to event-collector and REST services #56

Open dave-gantenbein opened 3 weeks ago

dave-gantenbein commented 3 weeks ago

Add logging to the Yunikorn History Service event-collector service as well as the REST API service. We should use the zap logging package for Go (see https://github.com/uber-go/zap), for consistency, as the yunikorn-core codebase already uses that, and it is very high-performance as well.

sudiptob2 commented 3 weeks ago

Zap logger is configured in https://github.com/G-Research/yunikorn-history-server/pull/52