MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / log

Method log

packages/yalt/src/index.ts:121–125  ·  view source on GitHub ↗
(message: string, properties: Record<string, any> = {})

Source from the content-addressed store, hash-verified

119 ) {}
120
121 private log(message: string, properties: Record<string, any> = {}) {
122 if (this.options.verbose) {
123 console.log(JSON.stringify({ message, ...properties }));
124 }
125 }
126
127 async connect() {
128 this.log("Connecting to tunnel", {

Callers 3

connectMethod · 0.95
handleRequestMethod · 0.95
sendResponseMethod · 0.95

Calls 1

logMethod · 0.65

Tested by

no test coverage detected