feat: implement logging enhancements; add projectId and queryId to log entity; update query and logger services for improved logging; refactor query execution to support call stack tracking
This commit is contained in:
@ -24,6 +24,7 @@ export class QueryProcessor extends WorkerHost {
|
||||
return await this.queryExecuterService.runQuery(
|
||||
token,
|
||||
queryData,
|
||||
0,
|
||||
headers,
|
||||
cookies,
|
||||
log
|
||||
|
||||
Reference in New Issue
Block a user