@hoangnam.io/log-lib
v0.2.1
Published
Log middleware based on winston, morgan
Downloads
9
Maintainers
Readme
Nodejs Log Lib: support log to console, mongodb and google cloud logging
- To log requests: using createLogMiddleware()
- To log in general: using getLogger()
How to use:
- To disable log to console, set enableConsoleLog param to false
- To enable log to mongo, pass mongoConfig: {connectionString, collectionName}
- To enable send to to gg cloud: set env variable GOOGLE_APPLICATION_CREDENTIALS to service account file path