ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

Server logging enhancements #508

Closed oyeanuj closed 6 years ago

oyeanuj commented 6 years ago

Hi folks! Just a small PR that ports over some changes I made in my fork -

  1. Fusses over the logging aesthetic, adds some details.
  2. Improves the 'server running' message.
  3. Consolidates log calls to the log function declared as a util function.
  4. Creates another level of logging called special to help visually prioritize the different message.
  5. Adds pretty-error for more readable node error stacks.

Let me know if this looks good!

sergiokopplin commented 6 years ago

@oyeanuj nice work!

strues commented 6 years ago

Merged!