Skip to content

Remove logrus dependency#110

Merged
dnephin merged 1 commit intogotestyourself:masterfrom
dnephin:remove-logrus-dep
May 15, 2020
Merged

Remove logrus dependency#110
dnephin merged 1 commit intogotestyourself:masterfrom
dnephin:remove-logrus-dep

Conversation

@dnephin
Copy link
Copy Markdown
Member

@dnephin dnephin commented May 15, 2020

logrus is a full featured logging library, but gotestsum does not really need much of what it provides. All that is needed is a couple functions for printing a colored prefix and changing log levels.

Replace logrus with a small log package

logrus is a full featured logging library, but gotestsum does not really need much
of what it provides. All that is needed is a couple functions for printing a colored
prefix and changing log levels.

Replace logrus with a small log package
@dnephin dnephin merged commit ab93a78 into gotestyourself:master May 15, 2020
@dnephin dnephin deleted the remove-logrus-dep branch May 15, 2020 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant