sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

Add a Recorder.Logger field for logging errors instead of explicitly checking #153

Closed slimsag closed 8 years ago

slimsag commented 8 years ago

This makes it such that, when a logger is set, you do not need to manually check the errors returned via the Errors method.

beyang commented 8 years ago

LGTMilton