From aeff948c9a89b07117a714cc7af1c1a3c810f0b7 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Fri, 19 Oct 2018 14:05:35 -0700 Subject: Fix bugs in merge_v2_events script and disable verbose logging --- packages/pipeline/src/ormconfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/pipeline/src/ormconfig.ts') diff --git a/packages/pipeline/src/ormconfig.ts b/packages/pipeline/src/ormconfig.ts index 6201d4f37..eaafeb7d5 100644 --- a/packages/pipeline/src/ormconfig.ts +++ b/packages/pipeline/src/ormconfig.ts @@ -17,7 +17,7 @@ export const deployConfig: ConnectionOptions = { type: 'postgres', url: process.env.ZEROEX_DATA_PIPELINE_DB_URL, synchronize: true, - logging: true, + logging: false, entities: ['./lib/src/entities/**/*.js'], migrations: ['./lib/src/migrations/**/*.js'], cli: { -- cgit v1.2.3