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

Method trace

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

Source from the content-addressed store, hash-verified

28
29class CustomLogger implements Logger {
30 trace({ message, args }: LogParams) {
31 logger.debug({ args }, message);
32 }
33 debug({ message, args }: LogParams) {
34 if (message.includes('Query:') && args?.response_status === 200) {
35 return;

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected