cozy-logger

Logger for Cozy konnector and services

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
cozy-logger
1.10.18 months ago6 years agoMinified + gzip package size for cozy-logger in KB

Readme

Cozy logger
Logger used by connectors.
It is starting to be usable by apps but the code is still in NodeJS (with requires).
Depending on NODEENV, it will either :
  • log with colors in a human friendly way switch (NODE_ENV == "developement" || "standalone" || "test")
  • log in JSON for logs to be picked up by the stack (NODE_ENV == "production")