-
Notifications
You must be signed in to change notification settings - Fork 904
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
Unify logging #95
Comments
I've added simple
If anyone is interested in grabbing something just write it here. |
@Esemesek I want to help on this one. Should I do it in a fork or wait to be assigned? |
@sidferreira just tell me what part can you take, and I'll assign it to you C: |
@Esemesek is there a base branch for it? I may be wrong but it sounds like a quick task if done with regular expressions... |
There's no branch, we just file small PRs to not disrupt others work too much :) Since there's not much left, feel free to send a PR with all of it 👍 |
@thymikee Just to be sure: only on |
Yup! |
Oh, that's cool! But there should be some regular |
@thymikee yeah, I replaced any console.something |
@thymikee close? |
Awesome work @sidferreira, thank you so much! |
Unify logging through-out the
cli
. We will need a couple of levels of logging:ERROR
WARNING
INFO
DEBUG
- we will need it for--verbose
loggingCould be very similar to Haul's logger: https://github.com/callstack/haul/blob/next/src/logger.js
The text was updated successfully, but these errors were encountered: