appcanary / agent

The Appcanary agent
https://www.appcanary.com
GNU General Public License v3.0
47 stars 6 forks source link

Migrate from go-logging to the standard logging library #37

Open mveytsman opened 9 years ago

mveytsman commented 9 years ago

go-logging isn't threadsafe lol

Also I don't know what the point is...

phillmv commented 9 years ago

tied into #54

phillmv commented 8 years ago

double lol

shazow commented 8 years ago

I like https://github.com/alexcesaro/log

phillmv commented 8 years ago

eh okay so #54 is pointless but this one can go into 'someday'.

shazow commented 8 years ago

https://github.com/Sirupsen/logrus is also quite popular, especially if you like structured log data. Should be easier to hook into syslog metadata.

(Too heavy for the kinds of things I like to do, personally.)