expressjs / morgan

HTTP request logger middleware for node.js
MIT License
7.92k stars 533 forks source link

Added a predefined format for JSON logging. #255

Closed ziadkhouri closed 3 years ago

ziadkhouri commented 3 years ago

Have added a predefined format for JSON logging. Follows the Google Cloud Logging specification

dougwilson commented 3 years ago

This seems specific to a sertain cloud. You can always define that format for your app as needed, no need to add it here directly.