-
Notifications
You must be signed in to change notification settings - Fork 2k
Enhancement logging app startup details #271
Enhancement logging app startup details #271
Conversation
… application startup
…h is replaced by new output
Do you think there's anything else we should push in terms of debug information when application starts? |
You can probably remove the first chalk.inverse, because that is just saying what is printed below, no? Development is used a total of 3 times, I think the MEAN.JS can also just be MEAN.JS application started, because it says development more concisely right below. |
https could be mentioned there? |
+1 for HTTPS. |
@ilanbiala I actually did remove the first white information text but it was in a commit after I took the screenshot and I didn't update the images :) Good idea about the HTTPS. Any specific way how we want to show it? |
@ilanbiala oh also about the "MEAN.JS" text at the top - it's taking it from the 'title' configuration parameter which defaults to that text so in your own apps this should be more informative. |
Something like "App running at https://localhost:3000" would combine three peaces of info into one. ;-) |
Loving this! can it be merged to the new version as well? |
yeah, I'll merge it there if required, after I make some of the changes proposed by @ilanbiala and @simison and then I'll merge it to current master as well. |
…-details Enhancement logging app startup details
Replacing the older console debug output with newer, more informative console debug output for application startup details.
Before:
After: