UNPKG

@devgrid/netron

Version:

A powerful TypeScript library for building distributed systems with event bus, streaming capabilities, and remote object invocation. Features WebSocket-based bidirectional communication between Node.js and browser environments, service discovery, and type

17 lines 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultLoggingOptions = void 0; exports.defaultLoggingOptions = { level: process.env['LOG_LEVEL'] || 'info', transport: process.env['NODE_ENV'] !== 'production' ? { target: 'pino-pretty', options: { colorize: true, translateTime: 'SYS:standard', ignore: 'pid,hostname', }, } : undefined, }; //# sourceMappingURL=config.js.map