UNPKG

@kdump/code-cli-any-llm

Version:

> A unified gateway for the Gemini, opencode, crush, and Qwen Code AI CLIs

18 lines 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.requestLoggingConfig = void 0; exports.requestLoggingConfig = { skip: (req) => { if (process.env.NODE_ENV === 'production' && req.path === '/health') { return true; } return false; }, filterHeaders: [ 'authorization', 'cookie', 'x-api-key', 'x-gemini-api-key', ], }; //# sourceMappingURL=logging.config.js.map