aaronang / cong-the-ripper

A cloud-based password cracker.
MIT License
0 stars 0 forks source link

Better log messages #36

Open victor-li opened 7 years ago

kc1212 commented 7 years ago

perhaps this one https://github.com/op/go-logging?

aaronang commented 7 years ago

I think we don't need an external logging library for this. In my opinion, our logging is fine if we adhere to the convention: [methodName] Message.

kc1212 commented 7 years ago

The slave logging doesn't always do that, but it's probably fine even if we don't adhere to it.