Skip to content

Commit 31b4963

Browse files
committed
変な変更を紛れ込ませるところだった
1 parent 9d8dd37 commit 31b4963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/postgres.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export const entities = [
212212
...charts,
213213
];
214214

215-
const log = false;
215+
const log = process.env.NODE_ENV !== 'production';
216216
const timeoutFinalizationRegistry = new FinalizationRegistry((reference: { name: string; timeout: NodeJS.Timeout }) => {
217217
dbLogger.info(`Finalizing timeout: ${reference.name}`);
218218
clearInterval(reference.timeout);

0 commit comments

Comments
 (0)