sodafoundation / api

SODA Terra Project API module : is an open source implementation of SODA API connecting storage to platforms like Kubernetes, OpenStack, and VMware
Apache License 2.0
828 stars 314 forks source link

[Feature] Logger Module for OpenSDS #688

Open skdwriting opened 5 years ago

skdwriting commented 5 years ago

/kind feature

Requirement: Need a logger module which can be used by all the modules. Standard log levels and logging metadata useful Logger framework Note: Can use any other opensource modules as well

leonwanghui commented 5 years ago

We already had a pkg/logs defined to encapsulate github.com/golang/glog tool, but you are right we should keep it more standard.