opencrvs / opencrvs-core

A global solution to civil registration
https://www.opencrvs.org
Other
79 stars 58 forks source link

fix: remove --quiet from nodemon to see restarts #7232

Closed naftis closed 4 days ago

naftis commented 4 days ago

https://github.com/opencrvs/opencrvs-core/pull/7022 this pull request introduced --quiet flag for Nodemon which purpose was to hide start-up messages from Nodemon to clean up the console. Apparently it also quiets the restart messages which are useful for developers.

For this reason, I'm reverting the --quiet flag.