decred / dcrtime

Decred anchored timestamp client, proxy, and server.
ISC License
28 stars 23 forks source link

Update deps to pull in additional logging changes. #11

Closed jrick closed 7 years ago

jrick commented 7 years ago

This update adds additional callsite logging options via btclog and fixes an error with the rotator package that caused it to stop running when creating any log messages larger than 4096 bytes.

While here, switch to the new Write method of the Rotator object as this is more efficient than using the Reader interface with a pipe.