diff --git a/db-tabulator/app.ts b/db-tabulator/app.ts index b1a3e11..90cbbd8 100644 --- a/db-tabulator/app.ts +++ b/db-tabulator/app.ts @@ -84,7 +84,7 @@ export async function checkShutoff() { return text?.trim(); } -const queriesLog = createLogStream('queries.log'); +const queriesLog = createLogStream(__dirname + '/queries.log'); export class Query extends EventEmitter {