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

Method error

packages/db/src/clickhouse/client.ts:45–47  ·  view source on GitHub ↗
({ message, args, err }: ErrorLogParams)

Source from the content-addressed store, hash-verified

43 logger.warn({ args }, message);
44 }
45 error({ message, args, err }: ErrorLogParams) {
46 logger.error({ err, args }, message);
47 }
48}
49
50export const TABLE_NAMES = {

Callers 15

sendEmailFunction · 0.45
postMethod · 0.45
flushFunction · 0.45
disconnectKafkaFunction · 0.45
handleMcpPostFunction · 0.45
withErrorHandlingFunction · 0.45
parseCacheFunction · 0.45
createRedisClientFunction · 0.45
loadDatabaseFunction · 0.45
mainFunction · 0.45
getCurrentWalLsnFunction · 0.45
cacheWalLsnForSessionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected