spotify / sparkey

Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
Apache License 2.0
1.18k stars 81 forks source link

Print internal error messages to stderr #23

Closed stephenmathieson closed 10 years ago

stephenmathieson commented 10 years ago

Makes logs a bit easier to scan through, as errors are in a separate stream.

spkrka commented 10 years ago

Thanks!

stephenmathieson commented 10 years ago

Thank you :)