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

Method warn

packages/db/src/clickhouse/client.ts:42–44  ·  view source on GitHub ↗
({ message, args }: WarnLogParams)

Source from the content-addressed store, hash-verified

40 logger.info({ args }, message);
41 }
42 warn({ message, args }: WarnLogParams) {
43 logger.warn({ args }, message);
44 }
45 error({ message, args, err }: ErrorLogParams) {
46 logger.error({ err, args }, message);
47 }

Callers 15

parseRemoteFileMethod · 0.45
streamProfilesMethod · 0.45
fetchExportWithRetryMethod · 0.45
streamNdjsonMethod · 0.45
loadReplayModuleMethod · 0.45
tracker.tsFile · 0.45
resetProducerFunction · 0.45
produceIncomingEventFunction · 0.45
openaiFunction · 0.45
anthropicFunction · 0.45

Calls

no outgoing calls

Tested by 1

itCHFunction · 0.36