MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / debug

Method debug

packages/db/src/clickhouse/client.ts:33–38  ·  view source on GitHub ↗
({ message, args }: LogParams)

Source from the content-addressed store, hash-verified

31 logger.debug({ args }, message);
32 }
33 debug({ message, args }: LogParams) {
34 if (message.includes('Query:') && args?.response_status === 200) {
35 return;
36 }
37 logger.debug({ args }, message);
38 }
39 info({ message, args }: LogParams) {
40 logger.info({ args }, message);
41 }

Callers 15

waitForReplicaCatchupFunction · 0.80
sessionConsistencyFunction · 0.80
addMethod · 0.80
emitFlushObservationMethod · 0.80
processBufferMethod · 0.80
traceMethod · 0.80
op1-replay.jsFile · 0.80
cronJobFunction · 0.80
sessionReaperCronJobFunction · 0.80
closeSessionFunction · 0.80
createSessionEndFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected