@coboxcoop/logger
v1.0.1-alpha.1
Published
output production logs to stdout
Downloads
3
Readme
logger
Table of Contents
About
CoBox is an encrypted p2p file system and distributed back-up tool. README provides a map of the project.
logger
provides production (and development) logs for the cobox stack. All sensitive information is redacted by hashing the data. The hash remains useful for debugging purposes, but the original data is not revealed.
Install
npm i -g @coboxcoop/logger
Usage
TODO
API
See swagger documentation... (we won't have this for a while).
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.