-
Notifications
You must be signed in to change notification settings - Fork 80
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
Implement Logger for backend #308
Comments
We could implement WINSTON -> https://www.npmjs.com/package/winston |
Winston is also cool, for the reason of the consistency, would you @elfiyang16 add loglevel to our server for the time being? |
@dadiorchen I have configure the Winston here but I need permission to commit and open a pull request |
@mauriciorj thanks for contributing! @dadiorchen is this sorted or do I need to do anything? |
Not yet, @mauriciorj are you still on this? Let me know if you need any help! |
@dadiorchen I have started and my plan is to finish by Thursday night |
@mauriciorj how's things going on? Have you made it? |
Right now we are using console to debug and log in server side, but it would be good to have something like the
loglevel
we use in the client side.The text was updated successfully, but these errors were encountered: