MJIf you are referring to logging server requests, I generally use morgan . Very popular and very flexible. A couple of popular general purpose logging modules are bunyan and winston . You can use these to build your own logging middleware if morgan doesn't fit your requirements.Comment·Thread·Jul 25, 2017·1·Express Logging
MJI use a module named "config". It supports multiple configurations, machine based, environment based, and you can even pass overrides at command line when starting your app.Comment·Thread·Dec 7, 2016·2·How do you manage your environment variables in NodeJS?