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:
@ -33,6 +33,7 @@ export class QueryPlugin extends Plugin {
|
||||
return await this.QueryExecuterService.runQuery(
|
||||
id,
|
||||
data,
|
||||
this.callStack + 1,
|
||||
this.headers,
|
||||
this.cookies,
|
||||
this.log
|
||||
|
||||
Reference in New Issue
Block a user