UNPKG

log-vault

Version:

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

10 lines (9 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultTruncateOptions = void 0; exports.defaultTruncateOptions = { depth: 5, stringLength: 2048, arrayLength: 12, replaceWith: "...[Truncated]" };