vmware-archive / vsphere-storage-for-docker

vSphere Storage for Docker
https://vmware.github.io/vsphere-storage-for-docker
Apache License 2.0
251 stars 95 forks source link

Limit the number of log files generated by vDVS/vFile #1964

Closed tusharnt closed 6 years ago

tusharnt commented 6 years ago

Limit the number of log files generated by vDVS/vFile

SandeepPissay commented 6 years ago

Useful link - https://godoc.org/github.com/chasex/glog. Read support for log rotate.

shuklanirdesh82 commented 6 years ago

we are using logrus for plugin side logging (https://github.com/sirupsen/logrus) and useful reading found at https://github.com/sirupsen/logrus/blob/master/README.md