UNPKG

log-vault

Version:

A generator of Winston logger instance with pre-defined configurable transports and formats and extra functionality.

11 lines (10 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultInspectOptions = void 0; exports.defaultInspectOptions = { compact: false, maxArrayLength: 5, maxStringLength: 2048, depth: 5, colors: true };