YahooArchive / coname

An experimental cooperative keyserver based on ideas from dename.
Apache License 2.0
107 stars 20 forks source link

add logging #52

Open maditya opened 8 years ago

maditya commented 8 years ago

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?

andres-erbsen commented 8 years ago

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)?