Files
klz-cables.com/.pnpm-store/v10/files/27/c6405dc9c8ce135684aed508c5fa53f28c7a38cddf5fc8b4b0ac6c47b22355ef7f8f792db3d46197da4417b9742da1b8dc59929aaf764feb3ea5789a2410ff
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

12 lines
564 B
Plaintext

import { type Logger } from 'pino';
import { type PinoPretty } from 'pino-pretty';
import type { Config } from '../config/types.js';
/**
* Payload internal logger. Uses Pino.
* This allows you to bring your own logger instance and let payload use it
*/
export type PayloadLogger = Logger;
export declare const prettySyncLoggerDestination: PinoPretty.PrettyStream;
export declare const defaultLoggerOptions: PinoPretty.PrettyStream;
export declare const getLogger: (name?: string, logger?: Config["logger"]) => PayloadLogger;
//# sourceMappingURL=logger.d.ts.map