If 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.