Anton Kaliaev 65a07b80a3 change logger interface to not return errors (Refs #50)
See https://github.com/go-kit/kit/issues/164 for discussion of why
kitlog returns an error.

```
Package log is designed to be used for more than simple application info/warning/error logging; it's suitable for log-structured data in an e.g. Lambda architecture, where each invocation is important. I agree with you that if we were doing only application logging the error would be more noise than signal. But the scope of the package is larger than that.
```

Since we are doing only application logging and we're not checking
errors, it is safe to get rid them.
2017-09-20 02:49:51 -04:00
2017-06-23 22:21:36 -04:00
2017-04-18 16:33:27 -04:00
2017-09-20 02:49:51 -04:00
2017-08-25 16:35:37 -04:00
2017-04-21 16:04:58 -04:00
2017-04-18 17:56:05 -04:00
2017-08-10 19:46:59 -04:00
2017-04-18 17:56:05 -04:00
2017-08-25 16:58:59 -04:00
2017-08-25 16:58:37 -04:00
2017-05-01 11:30:24 -04:00
2017-05-05 21:52:01 +04:00
2017-04-18 17:56:05 -04:00
Description
No description provided
Apache-2.0 63 MiB
Languages
Go 72.6%
C 17.7%
Shell 3.2%
Python 1.6%
Makefile 1%
Other 3.7%