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:
@ -6,7 +6,6 @@ import "plugin/db";
|
||||
import "plugin/axios";
|
||||
import "plugin/session";
|
||||
import "plugin/query";
|
||||
import { query } from "express";
|
||||
|
||||
function createSQL(id) {
|
||||
return squel.select().from("test").where("id = ?", id).toString();
|
||||
|
||||
Reference in New Issue
Block a user