Enable verbose logging

This commit is contained in:
Alex Browne
2018-10-19 13:50:48 -07:00
committed by Fred Carlsen
parent 0166c29625
commit 7a7c66b0ec

View File

@@ -17,7 +17,7 @@ export const deployConfig: ConnectionOptions = {
type: 'postgres',
url: process.env.ZEROEX_DATA_PIPELINE_DB_URL,
synchronize: true,
logging: false,
logging: true,
entities: ['./lib/src/entities/**/*.js'],
migrations: ['./lib/src/migrations/**/*.js'],
cli: {