We have basic logging needs - support for log levels and log rotation. Should we write our own based on standard "log" package or use one the popular ones like glog, etc? Any preference?
I do not have any preference. Should log rotation be done by the keyserver, or can this be delegated to whatever receives the logs (syslog, journald, etc)?
We have basic logging needs - support for log levels and log rotation. Should we write our own based on standard "log" package or use one the popular ones like glog, etc? Any preference?