-
Notifications
You must be signed in to change notification settings - Fork 8
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
Maybe add winston and detailed logging of all incoming requests in dev? #78
Comments
Not bad idea. Any opinions, @gldmtr @Nitive @alexander37137 ? |
I think that we doesn't need to log requests now |
Anyway, will talk about it after #51 :) |
We can customise morgan output. |
We can choose output depends on NODE_ENV. |
Is there big difference between morgan and winston? If no, let's just add some configuration to current logger. /cc @Shamash2014 @Nitive |
Pretty printed json with useful info from incoming requests in dev is good I think) But I can be overhead for such little MVP
The text was updated successfully, but these errors were encountered: