Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 467 Bytes

File metadata and controls

19 lines (12 loc) · 467 Bytes

BitGo logger

BitGo logger with sensitive data sanitization. This package provides a logging utility that automatically sanitizes sensitive information before output.

Installation

npm i @bitgo/logger

Usage

import { logger } from '@bitgo/logger';

Development

When making changes to @bitgo/logger, ensure that the linting, formatting, and testing succeeds when run both within the package and from the root of BitGoJS.