inconshreveable / log15

Structured, composable logging for Go
https://godoc.org/github.com/inconshreveable/log15
Other
1.1k stars 144 forks source link

Drop package log15/stack in favor of github.com/go-stack/stack. #79

Closed ChrisHines closed 8 years ago

ChrisHines commented 8 years ago

This is a breaking change because the name and type of an exported field change (Record.CallPC -> Record.Call). The next tagged release after this PR gets merged should increment the major version number.

The migration to the new stack dependency was very easy and allowed for simplifications in the associated handler code.

ChrisHines commented 8 years ago

This fixes #77 by deleting the package with failing tests.

ChrisHines commented 8 years ago

Also fixes #34.

ChrisHines commented 8 years ago

Also fixes #28.

inconshreveable commented 8 years ago

LGTM