Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: TICKET-69 remove winston log overkill #70

Merged
merged 1 commit into from
Mar 14, 2019
Merged

Conversation

leonardoanalista
Copy link
Member

It seems like winston dependency just for a couple of console output seems a bit too much.

It fixes #69

@leonardoanalista leonardoanalista merged commit f7e1ddd into master Mar 14, 2019
@leonardoanalista leonardoanalista deleted the fix-winston branch March 14, 2019 09:37
@leonardoanalista
Copy link
Member Author

🎉 This PR is included in version 5.5.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@RomanMinkin
Copy link
Contributor

@leonardoanalista thanks for merging it in. Previously I had to specify transport in the config file. I'll try this one, i guess no there is not way to customize the output, e.g. colors, filter, etc ;)

@leonardoanalista
Copy link
Member Author

In my other project, I used chalk package to add colors to the output. I like colors and if you have any ideas we can implemente here too.

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.

From v5.5.1, dependency "winston" was updated upto v3, which leads to a problem
2 participants